summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/hook-list.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-21 01:18:48 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-21 01:18:48 +0100
commit20488fbe3ed068d095d637763555e37af8d16322 (patch)
tree863868cc44251d18b71ba2ff3f5e1524feda2f44 /src/pulsecore/hook-list.h
parentf5c8990d1868f30ed3c13945f7bedb83e2093c11 (diff)
add pa_hook_is_firing
Diffstat (limited to 'src/pulsecore/hook-list.h')
-rw-r--r--src/pulsecore/hook-list.h2
1 files changed, 2 insertions, 0 deletions
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