]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/core-rtclock.h
Remove pa_bool_t and replace it with bool.
[pulseaudio] / src / pulsecore / core-rtclock.h
index 62535368030e800a4d62f8cc2d7bef91c5b79ff1..74d5e03514e8da5f39b2b7bff764bdbdae97ecb6 100644 (file)
@@ -32,7 +32,7 @@ struct timeval;
 struct timeval *pa_rtclock_get(struct timeval *ts);
 
 pa_usec_t pa_rtclock_age(const struct timeval *tv);
-pa_bool_t pa_rtclock_hrtimer(void);
+bool pa_rtclock_hrtimer(void);
 void pa_rtclock_hrtimer_enable(void);
 
 /* timer with a resolution better than this are considered high-resolution */
@@ -48,6 +48,6 @@ pa_usec_t pa_timespec_load(const struct timespec *ts);
 struct timespec* pa_timespec_store(struct timespec *ts, pa_usec_t v);
 #endif
 
-struct timeval* pa_timeval_rtstore(struct timeval *tv, pa_usec_t v, pa_bool_t rtclock);
+struct timeval* pa_timeval_rtstore(struct timeval *tv, pa_usec_t v, bool rtclock);
 
 #endif