9 lines
100 B
C++
9 lines
100 B
C++
#ifndef EZ_DAEMON_H
|
|
#define EZ_DAEMON_H
|
|
|
|
namespace Daemon
|
|
{
|
|
bool BootDaemonServices();
|
|
}
|
|
|
|
#endif |