From 77c4ccfcaff95f25be373e036999869746ed81a7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 23 Jan 2009 23:58:57 +0100 Subject: add pa_log_rate_limit() --- src/pulsecore/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/log.h') diff --git a/src/pulsecore/log.h b/src/pulsecore/log.h index 3d66e903..77adb791 100644 --- a/src/pulsecore/log.h +++ b/src/pulsecore/log.h @@ -109,4 +109,6 @@ LOG_FUNC(error, PA_LOG_ERROR) #define pa_log pa_log_error +pa_bool_t pa_log_ratelimit(void); + #endif -- cgit