home *** CD-ROM | disk | FTP | other *** search
- /*
- * (c) Copyright 1992 by Panagiotis Tsirigotis
- * All rights reserved. The file named COPYRIGHT specifies the terms
- * and conditions for redistribution.
- */
-
- #ifndef ADDR_H
- #define ADDR_H
-
- /*
- * $Id: addr.h,v 6.2 1993/06/06 00:06:02 panos Exp $
- */
-
- #include "defs.h"
-
- bool_int addrlist_match() ;
- void addrlist_dump() ;
- void addrlist_free() ;
- status_e addrlist_add() ;
- status_e addrlist_remove() ;
- status_e addrlist_copy() ;
-
- #endif /* ADDR_H */
-