summaryrefslogtreecommitdiffstats
path: root/libmpdemux/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/http.c')
-rw-r--r--libmpdemux/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/http.c b/libmpdemux/http.c
index 914d8de9df..0cc1bb3633 100644
--- a/libmpdemux/http.c
+++ b/libmpdemux/http.c
@@ -279,7 +279,7 @@ static int nop_streaming_start( stream_t *stream ) {
}
HTTP_header_t *
-http_new_header() {
+http_new_header(void) {
HTTP_header_t *http_hdr;
http_hdr = (HTTP_header_t*)malloc(sizeof(HTTP_header_t));