ANSI funcs with no args
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Dec 2008 14:36:13 +0000 (15:36 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Dec 2008 14:36:13 +0000 (15:36 +0100)
src/http.c

index 474401d..9bee65d 100644 (file)
@@ -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;