mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
a8824b7f95
svn path=/trunk/avl/; revision=1997
8 lines
144 B
C
8 lines
144 B
C
#ifndef __TIMING_H__
|
|
#define __TIMING_H__
|
|
|
|
long long timing_get_time(void);
|
|
void timing_sleep(long long sleeptime);
|
|
|
|
#endif /* __TIMING_H__ */
|