diff options
author | Peter Powell <petpow@saberuk.com> | 2019-12-08 21:19:47 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-12-08 21:19:47 +0000 |
commit | 3faa9e329907bca551843119b27dd84d67eb0f40 (patch) | |
tree | 4297a62b0e5f0c2bad8058fd19e13eafdd20ad50 /include | |
parent | 191ad98fb554d4c000d7048deb03f7fad91170ad (diff) |
Move forking code into a function and remove DaemonSeed.
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 775c201f9..97f8b3017 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -185,11 +185,6 @@ class CoreExport InspIRCd */ void SetSignals(); - /** Daemonize the ircd and close standard input/output streams - * @return True if the program daemonized succesfully - */ - bool DaemonSeed(); - /** The current time, updated in the mainloop */ struct timespec TIME; |