diff options
Diffstat (limited to 'src')
| -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 6df46b751..3cc9dbac6 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__ */ |
