Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / proxy / pid_file.h
blob7afddf5495da4269308038eb165775bb8240e97a
2 #ifndef __PID_FILE_H__
3 #define __PID_FILE_H__ 1
5 int pid_file_create(const char * const pid_file, const _Bool will_chroot);
7 #endif