/** * @file test_lock.h * @brief lock ใในใ * @author Nomura Kei * @copyright 2008 Nomura Kei */ #ifndef TEST_LOCK_H #define TEST_LOCK_H #include <stdbool.h> bool can_lock(const char* pathname, bool is_share); #endif // TEST_LOCK_H