diff options
Diffstat (limited to 'src/icy_server.h')
-rw-r--r-- | src/icy_server.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/icy_server.h b/src/icy_server.h index 04f21d2ad..17fb391ba 100644 --- a/src/icy_server.h +++ b/src/icy_server.h @@ -25,6 +25,10 @@ #include <stdarg.h> +#ifdef __cplusplus +extern "C" { +#endif + char* icy_server_metadata_header(const char *name, const char *genre, const char *url, @@ -33,4 +37,8 @@ icy_server_metadata_header(const char *name, struct page* icy_server_metadata_page(const struct tag *tag, ...); +#ifdef __cplusplus +} +#endif + #endif |