summaryrefslogtreecommitdiffstats
path: root/stream/cookies.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cookies.h')
-rw-r--r--stream/cookies.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/cookies.h b/stream/cookies.h
index f1619110ce..f4c2a0525e 100644
--- a/stream/cookies.h
+++ b/stream/cookies.h
@@ -10,7 +10,7 @@
#include "http.h"
-extern void cookies_set(HTTP_header_t * http_hdr, const char *hostname,
- const char *url);
+void cookies_set(HTTP_header_t * http_hdr, const char *hostname,
+ const char *url);
#endif /* MPLAYER_COOKIES_H */