mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-15 03:20:18 +00:00
8 lines
131 B
C
8 lines
131 B
C
|
#ifndef SLEEP_INT_H_INCLUDED
|
||
|
#define SLEEP_INT_H_INCLUDED
|
||
|
|
||
|
void
|
||
|
xmlrpc_millisecond_sleep(unsigned int const milliseconds);
|
||
|
|
||
|
#endif
|