summaryrefslogtreecommitdiffstats
path: root/polyp/util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-27 00:10:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-27 00:10:12 +0000
commit148202d432cbb4a303b0008b9ff9d64bdab99a51 (patch)
tree517091453819687756e7f30a273ccab2d89acc27 /polyp/util.c
parentda45617efc5e3be26d6410857a730c94b32fe24b (diff)
support for latency interpolation
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@256 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/util.c')
-rw-r--r--polyp/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/util.c b/polyp/util.c
index 70ec120d..9697a1eb 100644
--- a/polyp/util.c
+++ b/polyp/util.c
@@ -266,7 +266,7 @@ int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) {
return 0;
}
-pa_usec_t pa_age(const struct timeval *tv) {
+pa_usec_t pa_timeval_age(const struct timeval *tv) {
struct timeval now;
assert(tv);
gettimeofday(&now, NULL);