9 lines
63 B
C
9 lines
63 B
C
#ifndef DAEMON_H
|
|
#define DAEMON_H
|
|
|
|
void daemonize();
|
|
|
|
#endif
|
|
|
|
|