dnscrypt-wrapper/pidfile.h
2013-11-27 16:17:09 +08:00

9 lines
115 B
C

#ifndef PIDFILE_H
#define PIDFILE_H
#include "dnscrypt.h"
int pidfile_create(const char *const pidfile);
#endif