From 20488fbe3ed068d095d637763555e37af8d16322 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 21 Mar 2009 01:18:48 +0100 Subject: add pa_hook_is_firing --- src/pulsecore/hook-list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/hook-list.h') diff --git a/src/pulsecore/hook-list.h b/src/pulsecore/hook-list.h index 8514cced..86ce9d25 100644 --- a/src/pulsecore/hook-list.h +++ b/src/pulsecore/hook-list.h @@ -71,4 +71,6 @@ void pa_hook_slot_free(pa_hook_slot *slot); pa_hook_result_t pa_hook_fire(pa_hook *hook, void *data); +pa_bool_t pa_hook_is_firing(pa_hook *hook); + #endif -- cgit