diff options
author | Ezra Peisach <epeisach@mit.edu> | 1995-05-03 15:23:07 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 1995-05-03 15:23:07 +0000 |
commit | f27c36f36caecc1e05bd65632be7ea8bccb836b1 (patch) | |
tree | 8bb0606011d41b4a7e54395bc1e279e845ee143e /src/include/krb5.h | |
parent | b4fc60bd4b509997635cc6ec3f40a9c966794c0a (diff) | |
download | krb5-f27c36f36caecc1e05bd65632be7ea8bccb836b1.tar.gz krb5-f27c36f36caecc1e05bd65632be7ea8bccb836b1.tar.xz krb5-f27c36f36caecc1e05bd65632be7ea8bccb836b1.zip |
Added prototype for krb5_auth_con_getkey
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5709 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5.h')
-rw-r--r-- | src/include/krb5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/krb5.h b/src/include/krb5.h index 1ce4ca49a..6871f53e0 100644 --- a/src/include/krb5.h +++ b/src/include/krb5.h @@ -1821,6 +1821,11 @@ krb5_error_code krb5_auth_con_setuseruserkey krb5_auth_context *, krb5_keyblock *)); +krb5_error_code krb5_auth_con_getkey + PROTOTYPE((krb5_context, + krb5_auth_context *, + krb5_keyblock **)); + krb5_error_code krb5_auth_con_getlocalsubkey PROTOTYPE((krb5_context, krb5_auth_context *, |