home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.lbl.gov / 2014.05.ftp.ee.lbl.gov.tar / ftp.ee.lbl.gov / acld-1.11.tar.gz / acld-1.11.tar / acld-1.11 / child.h < prev    next >
C/C++ Source or Header  |  2010-05-12  |  635b  |  17 lines

  1. /* @(#) $Id: child.h 665 2010-05-12 22:06:42Z leres $ (LBL) */
  2. #ifndef acld_child_h
  3. #define acld_child_h
  4.  
  5. int childinput(struct state *, struct client *);
  6. void childdroprestore(struct state *, struct client *, struct req *);
  7. void childkill(struct state *);
  8. void childlistacl(struct state *);
  9. void childlistroute(struct state *);
  10. void childlogin(struct state *);
  11. void childnullzero(struct state *, struct client *, struct req *);
  12. void childsend(struct state *, const char *, ...)
  13.     __attribute__ ((format (printf, 2, 3)));
  14. void childsendattr(struct state *);
  15. void childwhitelist(struct state *, struct client *, struct req *);
  16. #endif
  17.