ndhc/pidfile.h
Nicholas J. Kain 7a09ba2cf7 Initial commit.
2010-11-12 04:02:18 -05:00

7 lines
125 B
C

#ifndef NJK_PIDFILE_H_
#define NJK_PIDFILE_H_ 1
void write_pid(char *file);
int file_exists(char *file, char *mode);
#endif