From 3a09a88fd1f3dfe365dc1f3e455c097010d00964 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Mar 2009 18:13:40 +0100 Subject: prepare move to rtpoll --- src/pulsecore/macro.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/macro.h') 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 -- cgit