diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-05-16 18:48:09 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-05-16 18:48:09 +0000 |
| commit | 2812df24344feb4984634a79c1f6571b71a6040e (patch) | |
| tree | 996fc85319c43a2d879f39cd727ceeca03cd8366 /src/include | |
| parent | afbbb9b51f569ad7718498d28316d1ba463d8d0e (diff) | |
| download | krb5-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.h | 2 |
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__ */ |
