4 * Copyright (C) 1993-2001 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
8 * Id: ipt.h,v 2.6.4.2 2006/03/26 23:42:04 darrenr Exp
27 int (*r_open
) __P((char *));
28 int (*r_close
) __P((void));
29 int (*r_readip
) __P((char *, int, char **, int *));
33 #define R_DO_CKSUM 0x01
35 extern void debug
__P((char *, ...));
36 extern void verbose
__P((char *, ...));
43 #endif /* __IPT_H__ */