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 / whitelist.h < prev   
C/C++ Source or Header  |  2011-09-27  |  515b  |  14 lines

  1. /* @(#) $Id: whitelist.h 782 2011-09-28 01:09:53Z leres $ (LBL) */
  2. #ifndef acld_whitelist_h
  3. #define acld_whitelist_h
  4.  
  5. struct addr *whitelist(struct cf *, struct addr *);
  6. void whitelistadd(struct cf *, struct addr *);
  7. int whitelistdump(struct cf *, struct iobuf *);
  8. int whitelistrem(struct cf *, struct addr *);
  9. void whitelistread(struct cf *);
  10. const char *whitelistupdate(struct cf *);
  11. struct addr *whitelistsearch(struct cf *, struct addr *);
  12. int whitelistquery(struct cf *, struct addr *, struct iobuf *);
  13. #endif
  14.