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 / cforcep.h < prev    next >
C/C++ Source or Header  |  2011-09-27  |  752b  |  24 lines

  1. /* @(#) $Id: cforcep.h 782 2011-09-28 01:09:53Z leres $ (LBL) */
  2. #ifndef acld_cforce_h
  3. #define acld_cforce_h
  4.  
  5. #ifdef __STDC__
  6. struct state;
  7. #endif
  8.  
  9. void cforceayt(struct state *);
  10. void cforcecompact(struct state *);
  11. void cforcedroprestore(struct state *, struct client *, struct req *);
  12. void cforceinit(struct state *);
  13. int cforceinput(struct state *, struct client *);
  14. void cforcekill(struct state *);
  15. void cforcelistacl(struct state *);
  16. void cforcelistroute(struct state *);
  17. void cforcelogin(struct state *);
  18. void cforcenullzero(struct state *, struct client *, struct req *);
  19. void cforcesend(struct state *, const char *, ...)
  20.     __attribute__ ((format (printf, 2, 3)));
  21. void cforcesendattr(struct state *);
  22. void cforcesync(struct state *);
  23. #endif
  24.