sparse fixup: warning: symbol '...' was not declared. Should it be static?
[tinc] / src / protocol.c
index 6cb29bf..230ee3b 100644 (file)
@@ -195,7 +195,7 @@ bool seen_request(char *request) {
        }
 }
 
-void age_past_requests(int fd, short events, void *data) {
+static void age_past_requests(int fd, short events, void *data) {
        splay_node_t *node, *next;
        past_request_t *p;
        int left = 0, deleted = 0;