diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-05-23 10:21:45 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-05-23 10:21:45 +0000 |
| commit | 2d259ca5555ff19ec2a7571dce72bc1b183ca5bd (patch) | |
| tree | 140d967a89fac32fea86e6dbb0a37b43083ba966 /src/include | |
| parent | 7ef9cd7fa6ee7eba5dcb498466f61761c6aec1c7 (diff) | |
| download | krb5-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.h | 3 |
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__ */ |
