mirror of
https://github.com/anope/anope.git
synced 2026-07-09 11:03:11 +02:00
Removed set_mod_current_buffer() function from old IRCDProto struct, was never used.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1287 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1066,7 +1066,6 @@ 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_372)(const char *source, const char *msg);
|
||||
void (*ircd_cmd_372_error)(const char *source);
|
||||
void (*ircd_cmd_375)(const char *source);
|
||||
|
||||
Reference in New Issue
Block a user