projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b50ce3
)
Declare statically used procedures before they're used, to keep lint/gcc happy
author
Theodore Tso
<tytso@mit.edu>
Wed, 1 Dec 1993 22:14:59 +0000
(22:14 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Wed, 1 Dec 1993 22:14:59 +0000
(22:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3056
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/os/an_to_ln.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/os/an_to_ln.c
b/src/lib/krb5/os/an_to_ln.c
index f36f167cd5f215d62336b5d981eb0f3bbf71493a..00c24aa0762965ba49c5eb9013477ec3e79a9f88 100644
(file)
--- a/
src/lib/krb5/os/an_to_ln.c
+++ b/
src/lib/krb5/os/an_to_ln.c
@@
-45,6
+45,9
@@
static char rcsid_an_to_ln_c[] =
#define min(a,b) ((a) > (b) ? (b) : (a))
#endif /* min */
+static krb5_error_code dbm_an_to_ln();
+static krb5_error_code username_an_to_ln();
+
/*
Converts an authentication name to a local name suitable for use by
programs wishing a translation to an environment-specific name (e.g.