Files
daemon/include/daemon.h
2026-04-08 18:44:34 -05:00

7 lines
81 B
C

#ifndef DAEMON_INLCUDED
#define DAEMON_INLCUDED
void skeleton_daemon();
#endif