1#ifndef _PID_FILE_H
2#define _PID_FILE_H
3
4int pid_file_create(char *pid_file);
5int pid_file_delete(char *pid_file);
6
7#endif
8