[srvx-commits] CVS: services/src nickserv.h,1.48,1.49
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-11-20 13:19:52
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv5721/src Modified Files: nickserv.h Log Message: update comment and function name for reg_handle_rename_func() Index: nickserv.h =================================================================== RCS file: /cvsroot/srvx/services/src/nickserv.h,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -r1.48 -r1.49 *** nickserv.h 5 Oct 2003 03:12:36 -0000 1.48 --- nickserv.h 20 Nov 2003 13:19:09 -0000 1.49 *************** *** 128,133 **** void reg_auth_func(auth_func_t func); ! /* Called just before a handle is renamed. */ ! typedef void (*handle_rename_func_t)(struct handle_info *handle, const char *new_handle); void reg_handle_rename_func(handle_rename_func_t func); --- 128,133 ---- void reg_auth_func(auth_func_t func); ! /* Called just after a handle is renamed. */ ! typedef void (*handle_rename_func_t)(struct handle_info *handle, const char *old_handle); void reg_handle_rename_func(handle_rename_func_t func); |