2024-09-16 20:38:18 +02:00

8 lines
84 B
C

#ifndef DAEMON_H
#define DAEMON_H
int create_daemon();
void daemon_work();
#endif