2 * Copyright (C) 1993-2001 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
5 * $Id: ipt.h,v 2.2.2.1 2001/06/26 10:43:19 darrenr Exp $
24 int (*r_open
) __P((char *));
25 int (*r_close
) __P((void));
26 int (*r_readip
) __P((char *, int, char **, int *));
29 extern void debug
__P((char *, ...));
30 extern void verbose
__P((char *, ...));
37 #endif /* __IPT_H__ */