summaryrefslogtreecommitdiffstats
path: root/procd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-11-28 19:54:54 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-11-30 09:53:42 +0100
commit52ea48e47a75e98b33a95a237dbf84f3eb0c59c4 (patch)
treea41039670f50fdb7efd632438df066a5f690cf0f /procd.h
parent1a2b9b054035605db496f0766d6955e8c0f82f4b (diff)
downloadunitd-52ea48e47a75e98b33a95a237dbf84f3eb0c59c4.tar
unitd-52ea48e47a75e98b33a95a237dbf84f3eb0c59c4.zip
Rip out inittab and init script handling
Diffstat (limited to 'procd.h')
-rw-r--r--procd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/procd.h b/procd.h
index eeb2889..f11e4c5 100644
--- a/procd.h
+++ b/procd.h
@@ -45,8 +45,7 @@ void procd_preinit(void);
void procd_coldplug(void);
void procd_signal(void);
void procd_signal_preinit(void);
-void procd_inittab(void);
-void procd_inittab_run(const char *action);
+void procd_askconsole(void);
void procd_bcast_event(char *event, struct blob_attr *msg);
struct trigger;