diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-01-23 23:58:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-01-23 23:58:57 +0100 |
commit | 77c4ccfcaff95f25be373e036999869746ed81a7 (patch) | |
tree | 2cc2528a1079276e3c181b77461ebef09c23fe01 /src/pulsecore/log.h | |
parent | 3dfe70cf7887cfb288e4423358350ef4511506b5 (diff) | |
download | pulseaudio-panda-77c4ccfcaff95f25be373e036999869746ed81a7.tar.gz pulseaudio-panda-77c4ccfcaff95f25be373e036999869746ed81a7.tar.bz2 pulseaudio-panda-77c4ccfcaff95f25be373e036999869746ed81a7.zip |
add pa_log_rate_limit()
Diffstat (limited to 'src/pulsecore/log.h')
-rw-r--r-- | src/pulsecore/log.h | 2 |
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 |