src/general.c | ●●●●● patch | view | raw | blame | history | |
src/general.h | ●●●●● patch | view | raw | blame | history |
src/general.c
@@ -135,3 +135,7 @@ return lockReg(fd, F_SETLK, type, whence, start, len); } char *libVersion(){ return TS_VERSION; } src/general.h
@@ -373,4 +373,5 @@ int createPidFile(const char *progName, const char *pidFile, int flags); int lockRegion(int fd, int type, int whence, int start, int len); char *libVersion(); #endif