diff options
Diffstat (limited to 'src/protocol/unreal32.h')
-rw-r--r-- | src/protocol/unreal32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/unreal32.h b/src/protocol/unreal32.h index 2eb0f9b4a..6e1e9c6a8 100644 --- a/src/protocol/unreal32.h +++ b/src/protocol/unreal32.h @@ -153,4 +153,5 @@ void unreal_cmd_ctcp(char *source, char *dest, char *buf); class UnrealIRCdProto : public IRCDProtoNew { public: + void cmd_svsnoop(const char *, int); } ircd_proto; |