add gss_krb5_ccache_name

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13290 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-01-25 19:15:29 +00:00
parent f9fd3f909e
commit 9bc7a44acb
2 changed files with 10 additions and 0 deletions

View File

@@ -760,6 +760,11 @@ OM_uint32 gss_unseal
* kerberos mechanism specific functions
*/
OM_uint32
gss_krb5_ccache_name(OM_uint32 * /*minor_status*/,
const char * /*name */,
const char ** /*out_name */);
OM_uint32 gsskrb5_register_acceptor_identity
(const char */*identity*/);

View File

@@ -760,6 +760,11 @@ OM_uint32 gss_unseal
* kerberos mechanism specific functions
*/
OM_uint32
gss_krb5_ccache_name(OM_uint32 * /*minor_status*/,
const char * /*name */,
const char ** /*out_name */);
OM_uint32 gsskrb5_register_acceptor_identity
(const char */*identity*/);