mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
add missing C++ checks in header
This commit is contained in:
parent
9f5c1c6067
commit
7de3ab56d8
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue