mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 19:20:20 +00:00
fix warning
This commit is contained in:
@@ -654,10 +654,12 @@ fe_chan_list_end (struct server *serv)
|
|||||||
gboolean
|
gboolean
|
||||||
fe_add_ban_list (struct session *sess, char *mask, char *who, char *when, int rplcode)
|
fe_add_ban_list (struct session *sess, char *mask, char *who, char *when, int rplcode)
|
||||||
{
|
{
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
gboolean
|
gboolean
|
||||||
fe_ban_list_end (struct session *sess, int rplcode)
|
fe_ban_list_end (struct session *sess, int rplcode)
|
||||||
{
|
{
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
void
|
void
|
||||||
fe_notify_update (char *name)
|
fe_notify_update (char *name)
|
||||||
|
|||||||
Reference in New Issue
Block a user