Newer
Older
access-test / modules / include / test_lock.h
Nomura Kei on 5 Dec 2022 248 bytes update
/**
 * @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