summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/log.h')
-rw-r--r--src/pulsecore/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/log.h b/src/pulsecore/log.h
index 2f379f68..1fd38d44 100644
--- a/src/pulsecore/log.h
+++ b/src/pulsecore/log.h
@@ -135,6 +135,6 @@ LOG_FUNC(error, PA_LOG_ERROR)
#define pa_log pa_log_error
-pa_bool_t pa_log_ratelimit(void);
+pa_bool_t pa_log_ratelimit(pa_log_level_t level);
#endif