add
authorJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 10:21:45 +0000 (10:21 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 10:21:45 +0000 (10:21 +0000)
krb5_random_confounder .

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@902 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/los-proto.h

index 6df46b7519550bca787997dc3b91974b6ed5b789..3cc9dbac6d2e2583b372b355c3d20e440050a97e 100644 (file)
@@ -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__ */