summaryrefslogtreecommitdiffstats
path: root/polyp/native-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/native-common.h')
-rw-r--r--polyp/native-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/polyp/native-common.h b/polyp/native-common.h
index fa3213d0..0fc44165 100644
--- a/polyp/native-common.h
+++ b/polyp/native-common.h
@@ -22,6 +22,10 @@
USA.
***/
+#include "cdecl.h"
+
+PA_C_DECL_BEGIN
+
enum {
PA_COMMAND_ERROR,
PA_COMMAND_TIMEOUT, /* pseudo command */
@@ -121,4 +125,6 @@ enum pa_subscription_event_type {
#define pa_subscription_match_flags(m, t) (!!((m) & (1 << ((t) & PA_SUBSCRIPTION_EVENT_FACILITY_MASK))))
+PA_C_DECL_END
+
#endif