summaryrefslogtreecommitdiff
path: root/include/timer.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-02-28 17:23:28 +0000
committerJaroslav Kysela <perex@perex.cz>2003-02-28 17:23:28 +0000
commitcf9e518d51f811530ec288e1e087a45fb2ddfbf4 (patch)
tree3e38e15ef97a46ab87dd7664cd1ac6428efd702b /include/timer.h
parent8bb29f007d5b08a1af5aecdbd05b51503459a801 (diff)
downloadalsa-lib-cf9e518d51f811530ec288e1e087a45fb2ddfbf4.tar.gz
Timestamp update (struct timeval -> struct timespec).
Diffstat (limited to 'include/timer.h')
-rw-r--r--include/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/timer.h b/include/timer.h
index b618ea90..2e68aede 100644
--- a/include/timer.h
+++ b/include/timer.h
@@ -171,7 +171,7 @@ int snd_timer_status_malloc(snd_timer_status_t **ptr);
void snd_timer_status_free(snd_timer_status_t *obj);
void snd_timer_status_copy(snd_timer_status_t *dst, const snd_timer_status_t *src);
-struct timeval snd_timer_status_get_timestamp(snd_timer_status_t * status);
+snd_htimestamp_t snd_timer_status_get_timestamp(snd_timer_status_t * status);
long snd_timer_status_get_resolution(snd_timer_status_t * status);
long snd_timer_status_get_lost(snd_timer_status_t * status);
long snd_timer_status_get_overrun(snd_timer_status_t * status);