Fix typo
[rfmod.git] / daemon.h
blobd2fd3ebb5f1ec8349cb28340c075b1e06974edbf
1 #ifndef _DAEMON_H_
3 #define _DAEMON_H_
5 void daemonize(const char *lockfile, const char *username);
7 #endif