sparse fixup: warning: symbol '...' was not declared. Should it be static?
This commit is contained in:
parent
02e32cf61e
commit
d772289f6d
11 changed files with 27 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue