mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03: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
|