From f4fc2b0e04e5446a4d92c7e5d5b3f849aed40876 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 18 Aug 1997 13:14:37 +0000 Subject: [PATCH] prototype for `gsskrb5_register_acceptor_identity' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3053 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/gssapi.h | 7 +++++++ lib/gssapi/krb5/gssapi.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/lib/gssapi/gssapi.h b/lib/gssapi/gssapi.h index bb459b53f..70a2ed38b 100644 --- a/lib/gssapi/gssapi.h +++ b/lib/gssapi/gssapi.h @@ -733,4 +733,11 @@ OM_uint32 gss_unseal int * qop_state ); +/* + * kerberos mechanism specific functions + */ + +OM_uint32 gsskrb5_register_acceptor_identity + (char *identity); + #endif /* GSSAPI_H_ */ diff --git a/lib/gssapi/krb5/gssapi.h b/lib/gssapi/krb5/gssapi.h index bb459b53f..70a2ed38b 100644 --- a/lib/gssapi/krb5/gssapi.h +++ b/lib/gssapi/krb5/gssapi.h @@ -733,4 +733,11 @@ OM_uint32 gss_unseal int * qop_state ); +/* + * kerberos mechanism specific functions + */ + +OM_uint32 gsskrb5_register_acceptor_identity + (char *identity); + #endif /* GSSAPI_H_ */