diff options
Diffstat (limited to 'src/porting.h')
-rw-r--r-- | src/porting.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/porting.h b/src/porting.h index 937ca9464..be26e4282 100644 --- a/src/porting.h +++ b/src/porting.h @@ -336,6 +336,11 @@ v2u32 getDisplaySize(); v2u32 getWindowSize(); #endif +#ifdef SERVER +void daemonize(); +void cleanup_pid(); +#endif + } // namespace porting #endif // PORTING_HEADER |