add pa_log_rate_limit()

This commit is contained in:
Lennart Poettering 2009-01-23 23:58:57 +01:00
parent 3dfe70cf78
commit 77c4ccfcaf
2 changed files with 10 additions and 0 deletions

View file

@ -109,4 +109,6 @@ LOG_FUNC(error, PA_LOG_ERROR)
#define pa_log pa_log_error
pa_bool_t pa_log_ratelimit(void);
#endif