1 #ifndef PIDFILE_H
2 #define PIDFILE_H
3 
4 #include "dnscrypt.h"
5 
6 int pidfile_create(const char *const pidfile);
7 
8 #endif
9