add missing C++ checks in header

This commit is contained in:
Lennart Poettering 2008-08-04 19:49:13 +02:00
parent 9f5c1c6067
commit 7de3ab56d8

View file

@ -24,6 +24,8 @@
#include <pulse/context.h> #include <pulse/context.h>
PA_C_DECL_BEGIN
typedef struct pa_ext_stream_restore_info { typedef struct pa_ext_stream_restore_info {
const char *name; const char *name;
pa_channel_map channel_map; 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, pa_ext_stream_restore_subscribe_cb_t cb,
void *userdata); void *userdata);
PA_C_DECL_END
#endif #endif