try to return the error string from krb5

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9902 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-11 09:16:47 +00:00
parent 9d52b652c1
commit e55eee640b
30 changed files with 174 additions and 4 deletions

View File

@@ -107,4 +107,10 @@ gss_address_to_krb5addr(OM_uint32 gss_addr_type,
#define SC_LOCAL_SUBKEY 0x08
#define SC_REMOTE_SUBKEY 0x10
void
gssapi_krb5_set_error_string (void);
char *
gssapi_krb5_get_error_string (void);
#endif