aboutsummaryrefslogtreecommitdiff
path: root/src/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon.h')
-rw-r--r--src/daemon.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/daemon.h b/src/daemon.h
index 8f1b7031..96963015 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -21,6 +21,12 @@
#include "cmdline.h"
+void
+daemonize_init(const char *user, const char *pidfile);
+
+void
+daemonize_finish(void);
+
/**
* Kill the MPD which is currently running, pid determined from the
* pid file.
@@ -43,10 +49,4 @@ daemonize_set_user(void);
void
daemonize(Options *options);
-/**
- * Deletes the pidfile which was created when MPD started.
- */
-void
-daemonize_delete_pidfile(void);
-
#endif