]> jfr.im git - solanum.git/blobdiff - include/channel.h
chmode: Move add_id() to a boolean
[solanum.git] / include / channel.h
index a25f191e0a7a2511530a3e01c20836b1a520ce8d..ddbb951dfb60b404795f39fcb7ce4de90f49320d 100644 (file)
@@ -264,7 +264,7 @@ extern void set_channel_mlock(struct Client *client_p, struct Client *source_p,
 
 extern struct ChannelMode chmode_table[256];
 
-extern int add_id(struct Client *source_p, struct Channel *chptr, const char *banid,
+extern bool add_id(struct Client *source_p, struct Channel *chptr, const char *banid,
        const char *forward, rb_dlink_list * list, long mode_type);
 
 extern struct Ban * del_id(struct Channel *chptr, const char *banid, rb_dlink_list * list,