aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pies.h b/src/pies.h
index 0da13e3..ca50a26 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -303,8 +303,6 @@ void progman_run_comp (struct component *comp, int fd,
303 303
304void progman_iterate_comp (int (*fun) (struct component *, void *), 304void progman_iterate_comp (int (*fun) (struct component *, void *),
305 void *data); 305 void *data);
306void progman_sysvinit_enable (int (*fun) (struct component *, int, void *),
307 void *data);
308 306
309void fd_report (int fd, const char *msg); 307void fd_report (int fd, const char *msg);
310 308
@@ -462,6 +460,10 @@ void sysvinit_begin (void);
462int inittrans (void); 460int inittrans (void);
463int is_comp_wait (struct component *comp); 461int is_comp_wait (struct component *comp);
464int is_valid_runlevel (int c); 462int is_valid_runlevel (int c);
463int console_open (int mode);
464int telinit (const char *arg);
465
466extern char *sysvinit_environ_hint[];
465 467
466#ifndef INIT_FIFO 468#ifndef INIT_FIFO
467# define INIT_FIFO "/dev/initctl" 469# define INIT_FIFO "/dev/initctl"

Return to:

Send suggestions and report system problems to the System administrator.