diff options
Diffstat (limited to 'polyp/util.h')
-rw-r--r-- | polyp/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h index 2cfc5f6e..745d8f0f 100644 --- a/polyp/util.h +++ b/polyp/util.h @@ -53,6 +53,7 @@ char *pa_get_home_dir(char *s, size_t l); char *pa_path_get_filename(const char *p); +int pa_gettimeofday(struct timeval *tv); pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b); int pa_timeval_cmp(const struct timeval *a, const struct timeval *b); pa_usec_t pa_timeval_age(const struct timeval *tv); |