Changeset 801 for trunk/ithildin/modules/ircd/channel.h
- Timestamp:
- 02/12/07 05:52:32 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/channel.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/channel.h
r629 r801 93 93 #define CHANMODE_NOARG -4 94 94 95 uint64_t chanmode_request(unsigned char, unsigned char *, int, char *,96 cha r *, size_t, void *);95 uint64_t chanmode_request(unsigned char, unsigned char *, int, 96 chanmode_func, chanmode_query_func, size_t, void *); 97 97 void chanmode_release(unsigned char); 98 void chanmode_update_funcs(unsigned char, chanmode_func, 99 chanmode_query_func); 98 100 /* ways to set and unset channel modes. channel modes are typically set by 99 101 * their mode character, but can also be set by prefix in the case of userflag … … 174 176 the prefix (specified by the caller in extdata). 175 177 no error checking is done on this value. */ 176 msymbol_t *changefunc;/* the symbol/function to change the mode */177 msymbol_t *queryfunc;/* the symbol/function to query the mode */178 chanmode_func changefunc; /* the symbol/function to change the mode */ 179 chanmode_query_func queryfunc; /* the symbol/function to query the mode */ 178 180 int flags; /* flags given for this mode */ 179 181 struct mdext_item *mdi; /* the mdext_item which describes the channel mode.
Note: See TracChangeset
for help on using the changeset viewer.
