summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-16 18:48:09 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-16 18:48:09 +0000
commit2812df24344feb4984634a79c1f6571b71a6040e (patch)
tree996fc85319c43a2d879f39cd727ceeca03cd8366 /src/include
parentafbbb9b51f569ad7718498d28316d1ba463d8d0e (diff)
downloadkrb5-2812df24344feb4984634a79c1f6571b71a6040e.tar.gz
krb5-2812df24344feb4984634a79c1f6571b71a6040e.tar.xz
krb5-2812df24344feb4984634a79c1f6571b71a6040e.zip
add krb5_kuserok
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@859 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/los-proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h
index 92a4a7c1a..6df46b751 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__ */