Declare statically used procedures before they're used, to keep lint/gcc happy
authorTheodore Tso <tytso@mit.edu>
Wed, 1 Dec 1993 22:14:59 +0000 (22:14 +0000)
committerTheodore 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

index f36f167cd5f215d62336b5d981eb0f3bbf71493a..00c24aa0762965ba49c5eb9013477ec3e79a9f88 100644 (file)
@@ -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.