summaryrefslogtreecommitdiffstats
path: root/libmpdemux/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/http.h')
-rw-r--r--libmpdemux/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/http.h b/libmpdemux/http.h
index b7332fe057..628de0f4e3 100644
--- a/libmpdemux/http.h
+++ b/libmpdemux/http.h
@@ -33,7 +33,7 @@ typedef struct {
unsigned int is_parsed;
} HTTP_header_t;
-HTTP_header_t* http_new_header();
+HTTP_header_t* http_new_header(void);
void http_free( HTTP_header_t *http_hdr );
int http_response_append( HTTP_header_t *http_hdr, char *data, int length );
int http_response_parse( HTTP_header_t *http_hdr );