respondd: removed unnecessary declaration

This commit is contained in:
lemoer 2016-08-13 16:44:53 +02:00
parent 3629429014
commit c35faf28a6
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ struct request_schedule {
static int64_t now;
static struct hsearch_data htab;
void process_request(int sock, char *input, struct sockaddr_in *addr, socklen_t addrlen);
static struct json_object * merge_json(struct json_object *a, struct json_object *b);