Enable -Weverything, fix a ton of bugs.
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
|
||||
struct peer;
|
||||
|
||||
void incoming_cleanup();
|
||||
void incoming_cleanup(void);
|
||||
typedef void (*incoming_connection_handler)(int fd, void *, struct peer *);
|
||||
void incoming_new(char *, char *, incoming_connection_handler, void *, uint32_t *);
|
||||
|
||||
Reference in New Issue
Block a user