Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / channel.h
index 87c51e95269349e54b9db1ee36af5cc560b6d7c9..a8c4c3c4fb4401b9c10ab17709ae2744f88152ef 100644 (file)
@@ -335,6 +335,7 @@ extern void send_channel_modes(struct Client *cptr, struct Channel *chptr);
 extern char *pretty_mask(char *mask);
 extern void del_invite(struct Client *cptr, struct Channel *chptr);
 extern void list_next_channels(struct Client *cptr, int nr);
+extern void list_set_default(void); /* this belongs elsewhere! */
 
 extern void modebuf_init(struct ModeBuf *mbuf, struct Client *source,
                         struct Client *connect, struct Channel *chan,