mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' find . -name '*.[ch]'
This commit is contained in:
parent
6ad3855639
commit
5dcdd5e358
18 changed files with 66 additions and 66 deletions
|
|
@ -31,7 +31,7 @@ struct timeval;
|
|||
|
||||
struct timeval *pa_rtclock_get(struct timeval *ts);
|
||||
|
||||
pa_usec_t pa_rtclock_usec(void);
|
||||
pa_usec_t pa_rtclock_now(void);
|
||||
|
||||
pa_usec_t pa_rtclock_age(const struct timeval *tv);
|
||||
pa_bool_t pa_rtclock_hrtimer(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue