00001
00004 #ifndef __RAZORBACK_DAEMON_H__
00005 #define __RAZORBACK_DAEMON_H__
00006
00007 #include <razorback/visibility.h>
00008 #include <razorback/types.h>
00009
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013
00017 SO_PUBLIC extern bool rzb_daemonize (void (*sighandler) (int), const char *pidFile);
00018 #ifdef __cplusplus
00019 }
00020 #endif
00021 #endif