ndhc/ifchd/pidfile.h

7 lines
125 B
C
Raw Normal View History

2010-11-12 04:02:18 -05:00
#ifndef NJK_PIDFILE_H_
#define NJK_PIDFILE_H_ 1
void write_pid(char *file);
int file_exists(char *file, char *mode);
#endif