ndhc/ifchd/pidfile.h
2010-11-12 04:51:49 -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