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, 2 insertions, 4 deletions
diff --git a/src/pies.h b/src/pies.h
index d4b5c6a..93f90b1 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -349,9 +349,6 @@ struct component *progman_lookup_tcpmux (const char *service,
void progman_run_comp (struct component *comp, int fd,
union pies_sockaddr_storage *sa, socklen_t salen);
-void progman_iterate_comp (int (*fun) (struct component *, void *),
- void *data);
-
void fd_report (int fd, const char *msg);
int check_acl (pies_acl_t acl, struct sockaddr *s, socklen_t salen,
@@ -572,7 +569,8 @@ extern char *init_fifo;
#define INIT_CMD_CHANGECONS 12345
-struct sysvinit_request {
+struct sysvinit_request
+{
int magic; /* Magic number */
int cmd; /* What kind of request */
int runlevel; /* Runlevel to change to */

Return to:

Send suggestions and report system problems to the System administrator.