diff src/master/auth-process.h @ 10:82b7de533f98 HEAD

s/user_data/context/ and some s/Data/Context/
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Aug 2002 15:48:38 +0300
parents 3b1985cbc908
children 90a65c017bf0
line wrap: on
line diff
--- a/src/master/auth-process.h	Thu Aug 22 15:12:35 2002 +0300
+++ b/src/master/auth-process.h	Thu Aug 22 15:48:38 2002 +0300
@@ -3,7 +3,7 @@
 
 /* cookie_reply is NULL if some error occured */
 typedef void (*AuthCallback)(AuthCookieReplyData *cookie_reply,
-			     void *user_data);
+			     void *context);
 
 typedef struct _AuthProcess AuthProcess;
 
@@ -13,7 +13,7 @@
 /* Request information about given cookie */
 void auth_process_request(AuthProcess *process, int id,
 			  unsigned char cookie[AUTH_COOKIE_SIZE],
-			  AuthCallback callback, void *user_data);
+			  AuthCallback callback, void *context);
 
 /* Close any fds used by auth processes */
 void auth_processes_cleanup(void);