1
0
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:
Robin Burchell w00t@inspircd.org
2008-10-01 17:24:26 +00:00
parent 196b4a6b69
commit a2b5941fc7
3 changed files with 87 additions and 77 deletions
-1
View File
@@ -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);