Further cleanup of tr_gss and usage for tids handling
[trust_router.git] / include / tr_gss.h
index 9cd378e..30abc6d 100644 (file)
@@ -37,7 +37,7 @@
 
 #include <tr_msg.h>
 
-typedef int (TR_GSS_AUTH_FN)(gss_name_t, gss_buffer_t, void *);
+typedef int (TR_GSS_AUTH_FN)(gss_name_t, TR_NAME *, void *);
 typedef char *(TR_GSS_HANDLE_REQ_FN)(TALLOC_CTX *, const char *, void *);
 
 void tr_gss_handle_connection(int conn, const char *acceptor_name, const char *acceptor_realm, TR_GSS_AUTH_FN auth_cb,