mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-12 21:24:14 +00:00
19 lines
247 B
C
19 lines
247 B
C
#ifndef SLEEP_INT_H_INCLUDED
|
|
#define SLEEP_INT_H_INCLUDED
|
|
|
|
#include "xmlrpc-c/c_util.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
XMLRPC_DLLEXPORT
|
|
void
|
|
xmlrpc_millisecond_sleep(unsigned int const milliseconds);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|