summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-23 14:26:36 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-23 14:26:36 +0000
commitb0768fc8cc4175d8325a9c5691a6560ac01991d8 (patch)
treed0525c258b9694d211ff7ded306e2f6c2328b569 /src/include
parent1966b4942352881b368ff55e87a8ec35f4a668bb (diff)
change random_confounder to just fill in a krb5_pointer
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1310 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/los-proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h
index 80f300cce..6cf09508c 100644
--- a/src/include/krb5/los-proto.h
+++ b/src/include/krb5/los-proto.h
@@ -70,6 +70,8 @@ krb5_error_code krb5_free_host_realm
PROTOTYPE((char * const * ));
krb5_boolean krb5_kuserok
PROTOTYPE((krb5_principal, const char *));
-krb5_confounder krb5_random_confounder PROTOTYPE((void));
+krb5_error_code krb5_random_confounder
+ PROTOTYPE((int,
+ krb5_pointer ));
#endif /* KRB5_LIBOS_PROTO__ */