ede/ede-bug-tools/ede-bug-report/xmlrpc-c/include/xmlrpc-c/sleep_int.h
2009-07-03 14:23:51 +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