Enable -Weverything, fix a ton of bugs.

This commit is contained in:
Ian Gulliver
2016-02-25 23:37:37 -08:00
parent fe2486c398
commit 19a9d498bd
40 changed files with 220 additions and 184 deletions

View File

@@ -4,9 +4,9 @@
struct peer;
void wakeup_init();
void wakeup_cleanup();
int wakeup_get_delay();
void wakeup_dispatch();
void wakeup_init(void);
void wakeup_cleanup(void);
int wakeup_get_delay(void);
void wakeup_dispatch(void);
void wakeup_add(struct peer *, uint32_t);
uint32_t wakeup_get_retry_delay_ms(uint32_t);