summaryrefslogtreecommitdiffstats
path: root/src/pulse
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-04 19:49:13 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-04 19:49:13 +0200
commit7de3ab56d8f37acb27b983c78aca9dbba18f1c81 (patch)
tree04138b13b2bc0bf4d3e1b1c56cc9eda7dbfc1899 /src/pulse
parent9f5c1c60678e12f72836b3e01ebd48447d952769 (diff)
add missing C++ checks in header
Diffstat (limited to 'src/pulse')
-rw-r--r--src/pulse/ext-stream-restore.h4
1 files changed, 4 insertions, 0 deletions
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 <pulse/context.h>
+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