aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-02-22 12:38:10 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-02-22 12:42:47 +0200
commit584266f8215d913ce0c226f63da51c77d1074f09 (patch)
treeba4a83527b5d18385ad7c17d2be24c7a04e4e2ce /src/pies.h
parentbfa3617a79292e3569587c65cd218b69bdfd28a2 (diff)
downloadpies-584266f8215d913ce0c226f63da51c77d1074f09.tar.gz
pies-584266f8215d913ce0c226f63da51c77d1074f09.tar.bz2
Get rid of progman_iterate_comp
* src/inetd-bi.c (tcpmux): Use component_foreach to handle help requests. * src/progman.c (progman_iterate_comp): Removed. * src/pies.h: Likewise.
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,
349void progman_run_comp (struct component *comp, int fd, 349void progman_run_comp (struct component *comp, int fd,
350 union pies_sockaddr_storage *sa, socklen_t salen); 350 union pies_sockaddr_storage *sa, socklen_t salen);
351 351
352void progman_iterate_comp (int (*fun) (struct component *, void *),
353 void *data);
354
355void fd_report (int fd, const char *msg); 352void fd_report (int fd, const char *msg);
356 353
357int check_acl (pies_acl_t acl, struct sockaddr *s, socklen_t salen, 354int check_acl (pies_acl_t acl, struct sockaddr *s, socklen_t salen,
@@ -572,7 +569,8 @@ extern char *init_fifo;
572 569
573#define INIT_CMD_CHANGECONS 12345 570#define INIT_CMD_CHANGECONS 12345
574 571
575struct sysvinit_request { 572struct sysvinit_request
573{
576 int magic; /* Magic number */ 574 int magic; /* Magic number */
577 int cmd; /* What kind of request */ 575 int cmd; /* What kind of request */
578 int runlevel; /* Runlevel to change to */ 576 int runlevel; /* Runlevel to change to */

Return to:

Send suggestions and report system problems to the System administrator.