projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1966b49
)
change random_confounder to just fill in a krb5_pointer
author
John Kohl
<jtkohl@mit.edu>
Tue, 23 Oct 1990 14:26:36 +0000
(14:26 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 23 Oct 1990 14:26:36 +0000
(14:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1310
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/los-proto.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/los-proto.h
b/src/include/krb5/los-proto.h
index 80f300cce5dfc649a34ebdb426265f2cd0f6a0cf..6cf09508c3adef5db865e10ee1ba6bfade876fbd 100644
(file)
--- 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__ */