aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Horowitz <marc@mit.edu>1998-10-06 06:37:20 +0000
committerMarc Horowitz <marc@mit.edu>1998-10-06 06:37:20 +0000
commit398c6a3260489bfa25a06358bba419eaed031b1c (patch)
tree1cf6619592af84b19ffeb0b1939aee88c3703f7b
parentbfeb9c91f98c8cdfe0361d7dc8432f271f94fd0f (diff)
downloadkrb5-398c6a3260489bfa25a06358bba419eaed031b1c.zip
krb5-398c6a3260489bfa25a06358bba419eaed031b1c.tar.gz
krb5-398c6a3260489bfa25a06358bba419eaed031b1c.tar.bz2
fix the set_name prototype (it's set_names now, and has been for a
long time), and add a prototype for unset_names (new function) git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@10962 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/rpc/auth_gssapi.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/rpc/auth_gssapi.h b/src/lib/rpc/auth_gssapi.h
index 218b5cb..2cdd20f 100644
--- a/src/lib/rpc/auth_gssapi.h
+++ b/src/lib/rpc/auth_gssapi.h
@@ -111,8 +111,10 @@ PROTOTYPE((CLIENT *clnt, char *service_name));
void auth_gssapi_display_status
PROTOTYPE((char *msg, OM_uint32 major,
OM_uint32 minor));
-bool_t _svcauth_gssapi_set_name
-PROTOTYPE((char *name, gss_OID name_type));
+bool_t _svcauth_gssapi_set_names
+PROTOTYPE((auth_gssapi_name *names, int num));
+void _svcauth_gssapi_unset_names
+PROTOTYPE(());
void _svcauth_set_log_badauth_func
PROTOTYPE((auth_gssapi_log_badauth_func func,