summaryrefslogtreecommitdiff
path: root/src/irc/core/ctcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/ctcp.h')
-rw-r--r--src/irc/core/ctcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/core/ctcp.h b/src/irc/core/ctcp.h
index beab5711..a146b15f 100644
--- a/src/irc/core/ctcp.h
+++ b/src/irc/core/ctcp.h
@@ -6,7 +6,7 @@ void ctcp_register(const char *name);
void ctcp_unregister(const char *name);
/* Send CTCP reply with flood protection */
-void ctcp_send_reply(SERVER_REC *server, const char *data);
+void ctcp_send_reply(IRC_SERVER_REC *server, const char *data);
void ctcp_init(void);
void ctcp_deinit(void);