diff options
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ void xmkpath(char *path, int mode); void xsetuid(uid_t uid); char *xreadlink(char *name); long xparsetime(char *arg, long units, long *fraction); +void xpidfile(char *name); // lib.c void verror_msg(char *msg, int err, va_list va); |