From: John Kohl Date: Wed, 23 May 1990 10:21:45 +0000 (+0000) Subject: add X-Git-Tag: krb5-1.0-alpha2~504 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d259ca5555ff19ec2a7571dce72bc1b183ca5bd;p=krb5.git add krb5_random_confounder . git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@902 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 - * . + * . * * 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__ */