]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/ratelimit.h
remap: Change remapping function argument type from void to int16_t / float as approp...
[pulseaudio] / src / pulsecore / ratelimit.h
index 9a36195d1de709961d6737d0df14285666bb5680..036646230ffcf3c001afd9815c6863edf2d61538 100644 (file)
@@ -50,8 +50,8 @@ typedef struct pa_ratelimit {
         r->n_printed = 0;                               \
         r->n_missed = 0;                                \
         r->begin = 0;                                   \
-    } while (FALSE);
+    } while (false);
 
-pa_bool_t pa_ratelimit_test(pa_ratelimit *r, pa_log_level_t t);
+bool pa_ratelimit_test(pa_ratelimit *r, pa_log_level_t t);
 
 #endif