#ifndef WF_TEST_MSLEEP_HPP
#define WF_TEST_MSLEEP_HPP
namespace webfuse_test
{
extern void msleep(long millis);
}
#endif