summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/util.h')
-rw-r--r--polyp/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/util.h b/polyp/util.h
index b0a1a033..c5ffa755 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -49,7 +49,7 @@ char *pa_path_get_filename(const char *p);
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_age(const struct timeval *tv);
+pa_usec_t pa_timeval_age(const struct timeval *tv);
void pa_timeval_add(struct timeval *tv, pa_usec_t v);
void pa_raise_priority(void);