8 lines
84 B
C
8 lines
84 B
C
#ifndef DAEMON_H
|
|
#define DAEMON_H
|
|
|
|
int create_daemon();
|
|
void daemon_work();
|
|
|
|
#endif
|