summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h5
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;