home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / security / xinetd / xinetd.2.0.6 / addr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-22  |  452 b   |  24 lines

  1. /*
  2.  * (c) Copyright 1992 by Panagiotis Tsirigotis
  3.  * All rights reserved.  The file named COPYRIGHT specifies the terms 
  4.  * and conditions for redistribution.
  5.  */
  6.  
  7. #ifndef ADDR_H
  8. #define ADDR_H
  9.  
  10. /*
  11.  * $Id: addr.h,v 5.1 1992/10/31 23:56:10 panos Exp $
  12.  */
  13.  
  14. #include "defs.h"
  15.  
  16. bool_int addrlist_match() ;
  17. void addrlist_dump() ;
  18. void addrlist_free() ;
  19. status_e addrlist_add() ;
  20. status_e addrlist_remove() ;
  21. status_e addrlist_copy() ;
  22.  
  23. #endif    /* ADDR_H */
  24.