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:
@@ -733,4 +733,11 @@ OM_uint32 gss_unseal
|
|||||||
int * qop_state
|
int * qop_state
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* kerberos mechanism specific functions
|
||||||
|
*/
|
||||||
|
|
||||||
|
OM_uint32 gsskrb5_register_acceptor_identity
|
||||||
|
(char *identity);
|
||||||
|
|
||||||
#endif /* GSSAPI_H_ */
|
#endif /* GSSAPI_H_ */
|
||||||
|
@@ -733,4 +733,11 @@ OM_uint32 gss_unseal
|
|||||||
int * qop_state
|
int * qop_state
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* kerberos mechanism specific functions
|
||||||
|
*/
|
||||||
|
|
||||||
|
OM_uint32 gsskrb5_register_acceptor_identity
|
||||||
|
(char *identity);
|
||||||
|
|
||||||
#endif /* GSSAPI_H_ */
|
#endif /* GSSAPI_H_ */
|
||||||
|
Reference in New Issue
Block a user