1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 17:22:18 -05:00

fix warning

This commit is contained in:
TingPing 2013-03-27 04:05:38 -03:00
parent 62c7a743a7
commit 785455ccc0

View File

@ -654,10 +654,12 @@ fe_chan_list_end (struct server *serv)
gboolean
fe_add_ban_list (struct session *sess, char *mask, char *who, char *when, int rplcode)
{
return 0;
}
gboolean
fe_ban_list_end (struct session *sess, int rplcode)
{
return 0;
}
void
fe_notify_update (char *name)