From: Adam Dickmeiss Date: Thu, 25 Dec 2008 14:36:13 +0000 (+0100) Subject: ANSI funcs with no args X-Git-Tag: v1.1.0~52 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=ec6a0f17c721304c289de296430cfb303e42357a;p=pazpar2-moved-to-github.git ANSI funcs with no args --- 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;