diff options
Diffstat (limited to 'src/polypcore/util.h')
-rw-r--r-- | src/polypcore/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/util.h b/src/polypcore/util.h index 424283e7..f05339c4 100644 --- a/src/polypcore/util.h +++ b/src/polypcore/util.h @@ -55,7 +55,7 @@ char *pa_get_home_dir(char *s, size_t l); const char *pa_path_get_filename(const char *p); -int pa_gettimeofday(struct timeval *tv); +struct timeval *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); |