1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

ban -> bans, just like in .c file :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1087 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-07 08:44:02 +00:00 committed by cras
parent 14dbcd00bf
commit 2faf78fe7c

View File

@ -11,6 +11,6 @@ char *ban_get_masks(IRC_CHANNEL_REC *channel, const char *nicks);
void ban_set_type(const char *type);
void ban_set(IRC_CHANNEL_REC *channel, const char *bans);
void ban_remove(IRC_CHANNEL_REC *channel, const char *ban);
void ban_remove(IRC_CHANNEL_REC *channel, const char *bans);
#endif