prototype for `gsskrb5_register_acceptor_identity'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3053 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-18 13:14:37 +00:00
parent 77026ca770
commit f4fc2b0e04
2 changed files with 14 additions and 0 deletions

View File

@@ -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_ */