diff --git a/src/irc/core/irc-cap.h b/src/irc/core/irc-cap.h index 716239e2..96efbbee 100644 --- a/src/irc/core/irc-cap.h +++ b/src/irc/core/irc-cap.h @@ -1,7 +1,6 @@ #ifndef __IRC_CAP_H #define __IRC_CAP_H -/* this is prefixed as to not conflict with an AIX/i function in their stdlib */ void irc_cap_init(void); void irc_cap_deinit(void); int irc_cap_toggle (IRC_SERVER_REC *server, char *cap, int enable);