summaryrefslogtreecommitdiffstats
path: root/osdep/timer.h
diff options
context:
space:
mode:
authorwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-04 15:48:43 +0000
committerwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-04 15:48:43 +0000
commite68d7f68588a02bacba0b0cbdb72719c2101a40b (patch)
tree7d9c2827dd588f35b349a011633353819c948acd /osdep/timer.h
parent37e68033df4a76d098b18b06f1ca87cdcdf1c978 (diff)
downloadmpv-e68d7f68588a02bacba0b0cbdb72719c2101a40b.tar.bz2
mpv-e68d7f68588a02bacba0b0cbdb72719c2101a40b.tar.xz
Native darwin timer update.
Patch by Dan Christiansen <danchr@daimi.au.dk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12955 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/timer.h')
-rw-r--r--osdep/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/timer.h b/osdep/timer.h
index efda23ad6c..1e181650c1 100644
--- a/osdep/timer.h
+++ b/osdep/timer.h
@@ -1,6 +1,8 @@
#ifndef __TIMER_H
#define __TIMER_H
+extern const char *timer_name;
+
void InitTimer();
unsigned int GetTimer();
unsigned int GetTimerMS();