From: Theodore Tso Date: Wed, 1 Dec 1993 22:14:59 +0000 (+0000) Subject: Declare statically used procedures before they're used, to keep lint/gcc happy X-Git-Tag: krb5-1.0-beta3~122 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45a162f1edcaa95b24953975f1fa7aaa643c07ae;p=krb5.git Declare statically used procedures before they're used, to keep lint/gcc happy git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3056 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/an_to_ln.c b/src/lib/krb5/os/an_to_ln.c index f36f167cd..00c24aa07 100644 --- 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.