X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Ffmsdaemon.h;fp=include%2Ffmsdaemon.h;h=50ff86c1b6be2b5bdb706c5e0f1cd65803a8842d;hb=f60495a029c54358f82956482fe203fe2b7b5b23;hp=0000000000000000000000000000000000000000;hpb=b9c3763a932cebaa015a27fe111017f6f34dfbaa;p=fms.git diff --git a/include/fmsdaemon.h b/include/fmsdaemon.h new file mode 100644 index 0000000..50ff86c --- /dev/null +++ b/include/fmsdaemon.h @@ -0,0 +1,9 @@ +#ifndef _fmsdaemon_ +#define _fmsdaemon_ + +#define EXIT_SUCCESS 0 +#define EXIT_FAILURE 1 + +void Daemonize(); + +#endif // _fmsdaemon_