summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/irc-channels.h')
-rw-r--r--src/irc/core/irc-channels.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/irc/core/irc-channels.h b/src/irc/core/irc-channels.h
index aaaf73a7..9a331082 100644
--- a/src/irc/core/irc-channels.h
+++ b/src/irc/core/irc-channels.h
@@ -37,6 +37,7 @@ IRC_CHANNEL_REC *irc_channel_create(IRC_SERVER_REC *server,
IRC_CHANNEL(channel_find(SERVER(server), name))
/* Join to channels. `data' contains channels and channel keys */
-void irc_channels_join(IRC_SERVER_REC *server, const char *data, int automatic);
+void irc_channels_join(IRC_SERVER_REC *server,
+ const char *data, int automatic);
#endif