Enable -Weverything, fix a ton of bugs.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
struct peer;
|
||||
struct addrinfo;
|
||||
|
||||
void resolve_init();
|
||||
void resolve_cleanup();
|
||||
void resolve_init(void);
|
||||
void resolve_cleanup(void);
|
||||
void resolve(struct peer *, const char *, const char *, int, struct addrinfo **, const char **);
|
||||
|
||||
Reference in New Issue
Block a user