mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
Fix strict prototype warnings
This commit is contained in:
@@ -83,7 +83,7 @@ static gboolean dcc_send_data (GIOChannel *, GIOCondition, struct DCC *);
|
||||
static gboolean dcc_read (GIOChannel *, GIOCondition, struct DCC *);
|
||||
static gboolean dcc_read_ack (GIOChannel *source, GIOCondition condition, struct DCC *dcc);
|
||||
|
||||
static int new_id()
|
||||
static int new_id(void)
|
||||
{
|
||||
static int id = 0;
|
||||
if (id == 0)
|
||||
|
||||
Reference in New Issue
Block a user