fix warning

This commit is contained in:
TingPing 2013-03-27 04:05:38 -03:00
parent 62c7a743a7
commit 785455ccc0
1 changed files with 2 additions and 0 deletions

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)