From 7de3ab56d8f37acb27b983c78aca9dbba18f1c81 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Aug 2008 19:49:13 +0200 Subject: add missing C++ checks in header --- src/pulse/ext-stream-restore.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pulse') diff --git a/src/pulse/ext-stream-restore.h b/src/pulse/ext-stream-restore.h index 94e8964c..a8eceaf1 100644 --- a/src/pulse/ext-stream-restore.h +++ b/src/pulse/ext-stream-restore.h @@ -24,6 +24,8 @@ #include +PA_C_DECL_BEGIN + typedef struct pa_ext_stream_restore_info { const char *name; pa_channel_map channel_map; @@ -83,4 +85,6 @@ void pa_ext_stream_restore_set_subscribe_cb( pa_ext_stream_restore_subscribe_cb_t cb, void *userdata); +PA_C_DECL_END + #endif -- cgit