From 2812df24344feb4984634a79c1f6571b71a6040e Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 16 May 1990 18:48:09 +0000 Subject: add krb5_kuserok git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@859 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/los-proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h index 92a4a7c1a7..6df46b7519 100644 --- a/src/include/krb5/los-proto.h +++ b/src/include/krb5/los-proto.h @@ -68,5 +68,7 @@ krb5_error_code krb5_get_host_realm char *** )); krb5_error_code krb5_free_host_realm PROTOTYPE((char * const * )); +krb5_boolean krb5_kuserok + PROTOTYPE((krb5_principal, const char *)); #endif /* KRB5_LIBOS_PROTO__ */ -- cgit