summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/macro.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-19 18:13:40 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-19 18:13:40 +0100
commit3a09a88fd1f3dfe365dc1f3e455c097010d00964 (patch)
tree16dffe707c91b7bc3c5212f2a135b6d3e63d6d56 /src/pulsecore/macro.h
parentdd4000671808df746a3fd29090aad8cf939cf512 (diff)
prepare move to rtpoll
Diffstat (limited to 'src/pulsecore/macro.h')
-rw-r--r--src/pulsecore/macro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/macro.h b/src/pulsecore/macro.h
index 20015bf5..301d1d16 100644
--- a/src/pulsecore/macro.h
+++ b/src/pulsecore/macro.h
@@ -226,6 +226,8 @@ typedef int pa_bool_t;
#define PA_DEBUG_TRAP raise(SIGTRAP)
#endif
+typedef void (*pa_function_t) (...);
+
/* We include this at the very last place */
#include <pulsecore/log.h>