ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/hook.h
(Generate patch)

Comparing:
ircd-hybrid-7.3/include/hook.h (file contents), Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
ircd-hybrid/trunk/include/hook.h (file contents), Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC

# Line 40 | Line 40 | struct Callback
40  
41   struct Client;
42  
43 extern dlink_list callback_list;  /* listing/debugging purposes */
44
43   extern struct Callback *register_callback(const char *, CBFUNC *);
44   extern void *execute_callback(struct Callback *, ...);
45   extern struct Callback *find_callback(const char *);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)