1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-30 10:20:46 +00:00
falk-werner_webfuse-provider/test/msleep.hpp

13 lines
127 B
C++
Raw Normal View History

#ifndef WSFS_TEST_MSLEEP_HPP
#define WSFS_TEST_MSLEEP_HPP
2019-02-13 19:49:05 +00:00
namespace wsfs_test
{
extern void msleep(long millis);
}
#endif