1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-05 12:29:33 +00:00

8 lines
131 B
C

#ifndef SLEEP_INT_H_INCLUDED
#define SLEEP_INT_H_INCLUDED
void
xmlrpc_millisecond_sleep(unsigned int const milliseconds);
#endif