NetBSD/usr.sbin/ipf/ipftest/ipt.h

28 lines
663 B
C
Raw Normal View History

1997-03-29 05:49:40 +03:00
/* $NetBSD: ipt.h,v 1.1.1.2 1997/03/29 02:49:53 darrenr Exp $ */
/*
* (C)opyright 1993,1994,1995 by Darren Reed.
*
* Redistribution and use in source and binary forms are permitted
* provided that this notice is preserved and due credit is given
* to the original author and the contributors.
1997-03-29 05:49:40 +03:00
* $Id: ipt.h,v 1.1.1.2 1997/03/29 02:49:53 darrenr Exp $
*/
#include <fcntl.h>
1997-03-29 05:49:40 +03:00
#ifdef __STDC__
#include <stdarg.h>
#else
#include <varargs.h>
#endif
struct ipread {
1997-03-29 05:49:40 +03:00
int (*r_open) __P((char *));
int (*r_close) __P((void));
int (*r_readip) __P((char *, int, char **, int *));
};
1997-03-29 05:49:40 +03:00
extern void debug __P((char *, ...));
extern void verbose __P((char *, ...));