isearch/comm/stat/unix_lock.h
2021-03-19 18:38:34 +08:00

11 lines
151 B
C

#ifndef __UNIX_LOCK_H
#define __UNIX_LOCK_H
#include <sys/cdefs.h>
__BEGIN_DECLS
extern int UnixSocketLock(const char *fmt,...);
__END_DECLS
#endif