Enable -Weverything, fix a ton of bugs.
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
|
||||
struct peer;
|
||||
|
||||
void receive_cleanup();
|
||||
void receive_cleanup(void);
|
||||
void receive_new(int, void *, struct peer *);
|
||||
void receive_print_usage();
|
||||
void receive_print_usage(void);
|
||||
|
||||
Reference in New Issue
Block a user