mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
13 lines
127 B
C++
13 lines
127 B
C++
#ifndef WSFS_TEST_MSLEEP_HPP
|
|
#define WSFS_TEST_MSLEEP_HPP
|
|
|
|
namespace wsfs_test
|
|
{
|
|
|
|
extern void msleep(long millis);
|
|
|
|
}
|
|
|
|
|
|
#endif
|