home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / xinetd-2.1.1 / part01 / xinetd / addr.h next >
Encoding:
C/C++ Source or Header  |  1993-06-27  |  460 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 6.2 1993/06/06 00:06:02 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.