summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/macro.h
diff options
context:
space:
mode:
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>