summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/log.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-23 23:58:57 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-23 23:58:57 +0100
commit77c4ccfcaff95f25be373e036999869746ed81a7 (patch)
tree2cc2528a1079276e3c181b77461ebef09c23fe01 /src/pulsecore/log.h
parent3dfe70cf7887cfb288e4423358350ef4511506b5 (diff)
add pa_log_rate_limit()
Diffstat (limited to 'src/pulsecore/log.h')
-rw-r--r--src/pulsecore/log.h2
1 files changed, 2 insertions, 0 deletions
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