From ec6a0f17c721304c289de296430cfb303e42357a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Dec 2008 15:36:13 +0100 Subject: [PATCH] ANSI funcs with no args --- src/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http.c b/src/http.c index 474401d..9bee65d 100644 --- a/src/http.c +++ b/src/http.c @@ -99,7 +99,7 @@ static const char *http_lookup_header(struct http_header *header, return 0; } -static struct http_buf *http_buf_create() +static struct http_buf *http_buf_create(void) { struct http_buf *r; -- 1.7.10.4