Declare statically used procedure (previously and incorrectly defined in .h
authorTheodore Tso <tytso@mit.edu>
Wed, 1 Dec 1993 22:25:24 +0000 (22:25 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 1 Dec 1993 22:25:24 +0000 (22:25 +0000)
files)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3059 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/mk_req_ext.c
src/lib/krb5/krb/preauth.c

index ecbc895ae77ddbcd18f143b7e835c36483a3a3c7..ee09be7675a73a4b2c65a1e5ced251b9785804a6 100644 (file)
@@ -71,6 +71,11 @@ static char rcsid_mk_req_ext_c[] =
  returns system errors
 */
 
+static krb5_error_code 
+krb5_generate_authenticator PROTOTYPE(( krb5_authenticator *, krb5_principal,
+                                      const krb5_checksum *, krb5_keyblock *,
+                                      krb5_int32, krb5_authdata ** ));
+
 krb5_error_code
 krb5_mk_req_extended(ap_req_options, checksum, kdc_options,
                     sequence, newkey, ccache, creds, authentp, outbuf)
index 43db41812747a144304836858e5aec4080791c4e..5425402e873856a2ce06292a442fdabe065f4fea 100644 (file)
@@ -71,7 +71,10 @@ static krb5_preauth_ops preauth_systems[] = {
     },
     { -1,}
 };
-                               
+
+static krb5_error_code find_preauthenticator
+    PROTOTYPE((int type, krb5_preauth_ops **Preauth_proc));
+
 /*
  *   krb5_obtain_padata  is a glue routine which when passed in
  *   a preauthentication type, client principal, and src_addr, returns