diff options
Diffstat (limited to 'include/services.h')
-rw-r--r-- | include/services.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/services.h b/include/services.h index e3c350217..e0017256e 100644 --- a/include/services.h +++ b/include/services.h @@ -1093,6 +1093,7 @@ struct session_ { * functions, we then call the correct function for the anope_ commands. **/ typedef struct ircd_proto_ { + void (*ircd_set_mod_current_buffer)(int ac, char **av); void (*ircd_cmd_svsnoop)(char *server, int set); void (*ircd_cmd_remove_akill)(char *user, char *host); void (*ircd_cmd_topic)(char *whosets, char *chan, char *whosetit, char *topic, time_t when); |