Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
[abartlet/samba.git/.git] / source3 / include / proto.h
index ad0c11fc9f94c183e21db2980a06a379552f52d0..a0bb55c0a879efb1f05e793f34065d9d6dbe4502 100644 (file)
@@ -2821,8 +2821,7 @@ bool cli_set_secdesc(struct cli_state *cli, uint16_t fnum, struct security_descr
 
 /* The following definitions come from libsmb/clispnego.c  */
 
-DATA_BLOB spnego_gen_negTokenInit(char guid[16], 
-                                 const char *OIDs[], 
+DATA_BLOB spnego_gen_negTokenInit(const char *OIDs[], 
                                  const char *principal);
 DATA_BLOB gen_negTokenInit(const char *OID, DATA_BLOB blob);
 bool spnego_parse_negTokenInit(DATA_BLOB blob,