summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-23 10:21:45 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-23 10:21:45 +0000
commit2d259ca5555ff19ec2a7571dce72bc1b183ca5bd (patch)
tree140d967a89fac32fea86e6dbb0a37b43083ba966 /src/include
parent7ef9cd7fa6ee7eba5dcb498466f61761c6aec1c7 (diff)
downloadkrb5-2d259ca5555ff19ec2a7571dce72bc1b183ca5bd.tar.gz
krb5-2d259ca5555ff19ec2a7571dce72bc1b183ca5bd.tar.xz
krb5-2d259ca5555ff19ec2a7571dce72bc1b183ca5bd.zip
add
krb5_random_confounder . git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@902 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/los-proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h
index 6df46b7519..3cc9dbac6d 100644
--- a/src/include/krb5/los-proto.h
+++ b/src/include/krb5/los-proto.h
@@ -6,7 +6,7 @@
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* Function prototypes for Kerberos V5 library (libos)
*/
@@ -70,5 +70,6 @@ krb5_error_code krb5_free_host_realm
PROTOTYPE((char * const * ));
krb5_boolean krb5_kuserok
PROTOTYPE((krb5_principal, const char *));
+krb5_ui_4 krb5_random_confounder PROTOTYPE((void));
#endif /* KRB5_LIBOS_PROTO__ */