summaryrefslogtreecommitdiffstats
path: root/polyp/native-common.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-15 00:02:26 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-15 00:02:26 +0000
commitc17545108b33162fb186f797b8a408511e9252f4 (patch)
treeec6fdd4bce3d8aff48519ef6c5bfafe46aef5340 /polyp/native-common.h
parent22cb23eedb2eae7c79dc8fcf395be08bfc666256 (diff)
proper ref counting for more objects
some documentation update git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@124 fefdeb5f-60dc-0310-8127-8f9354f1896f
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