Files
2023-07-30 22:37:15 -07:00

6 lines
68 B
C

#ifndef DAEMON_H
#define DAEMON_H
bool BootDaemonService();
#endif