diff options
Diffstat (limited to 'sowatchd/global.h')
-rw-r--r-- | sowatchd/global.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sowatchd/global.h b/sowatchd/global.h new file mode 100644 index 0000000..45c2b13 --- /dev/null +++ b/sowatchd/global.h @@ -0,0 +1,11 @@ +#ifndef GLOBAL_H +#define GLOBAL_H + +#include "daemon.h" + +namespace sowatch +{ +extern sowatch::Daemon* daemon; +} + +#endif // GLOBAL_H |