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