summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/ipt.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/ipt.h')
-rw-r--r--contrib/ipfilter/ipt.h23
1 files changed, 16 insertions, 7 deletions
diff --git a/contrib/ipfilter/ipt.h b/contrib/ipfilter/ipt.h
index 650700c..9184090 100644
--- a/contrib/ipfilter/ipt.h
+++ b/contrib/ipfilter/ipt.h
@@ -1,22 +1,26 @@
/*
- * Copyright (C) 1993-1997 by Darren Reed.
+ * Copyright (C) 1993-1998 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.
- * $Id: ipt.h,v 2.0.2.7 1997/09/28 07:12:00 darrenr Exp $
+ * $Id: ipt.h,v 2.1 1999/08/04 17:30:08 darrenr Exp $
*/
#ifndef __IPT_H__
#define __IPT_H__
-#include <fcntl.h>
-#ifdef __STDC__
-#include <stdarg.h>
-#else
-#include <varargs.h>
+#ifndef __P
+# define P_DEF
+# ifdef __STDC__
+# define __P(x) x
+# else
+# define __P(x) ()
+# endif
#endif
+#include <fcntl.h>
+
struct ipread {
int (*r_open) __P((char *));
@@ -27,4 +31,9 @@ struct ipread {
extern void debug __P((char *, ...));
extern void verbose __P((char *, ...));
+#ifdef P_DEF
+# undef __P
+# undef P_DEF
+#endif
+
#endif /* __IPT_H__ */
OpenPOWER on IntegriCloud