Mercurial > trustbridge
comparison common/linuxlockfile.h @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | 20ca94680003 |
children | a974b61a5cce |
comparison
equal
deleted
inserted
replaced
1052:0b2169f7ce09 | 1053:78798d3af8f0 |
---|---|
24 int open_lockfile(char *path); | 24 int open_lockfile(char *path); |
25 | 25 |
26 /** | 26 /** |
27 * @brief close a lockfile | 27 * @brief close a lockfile |
28 * @details unlock and close a lockfile for the given file descriptor. | 28 * @details unlock and close a lockfile for the given file descriptor. |
29 * @param[in] path to the lockfile | 29 * @param[in] fd TODO |
30 * @returns the file descriptor of the lockfile or -1 on error | 30 * @returns the file descriptor of the lockfile or -1 on error |
31 */ | 31 */ |
32 void close_lockfile(int fd); | 32 void close_lockfile(int fd); |
33 | 33 |
34 #ifdef __cplusplus | 34 #ifdef __cplusplus |