1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-29 04:25:57 -04:00
icecast-common/timing/timing.h

8 lines
144 B
C
Raw Normal View History

#ifndef __TIMING_H__
#define __TIMING_H__
long long timing_get_time(void);
void timing_sleep(long long sleeptime);
#endif /* __TIMING_H__ */