]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
fix the set_name prototype (it's set_names now, and has been for a
authorMarc Horowitz <marc@mit.edu>
Tue, 6 Oct 1998 06:37:20 +0000 (06:37 +0000)
committerMarc Horowitz <marc@mit.edu>
Tue, 6 Oct 1998 06:37:20 +0000 (06:37 +0000)
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

src/lib/rpc/auth_gssapi.h

index 218b5cb9d318637dd1866d988389a7d3be67bdbf..2cdd20f2fe397af178c5b27bd59c48ecf8a97119 100644 (file)
@@ -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,