Deleted Added
full compact
ipf.h (92686) ipf.h (130887)
1/*
2 * Copyright (C) 1993-2001 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * @(#)ipf.h 1.12 6/5/96
1/*
2 * Copyright (C) 1993-2001 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * @(#)ipf.h 1.12 6/5/96
7 * $Id: ipf.h,v 2.9.2.6 2002/01/03 08:00:12 darrenr Exp $
7 * $Id: ipf.h,v 2.9.2.7 2003/05/15 17:45:33 darrenr Exp $
8 */
9
10#ifndef __IPF_H__
11#define __IPF_H__
12
13#ifndef SOLARIS
14#define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
15#endif

--- 41 unchanged lines hidden (view full) ---

57struct frpcmp;
58struct ipnat;
59struct nat;
60
61#ifdef ultrix
62extern char *strdup __P((char *));
63#endif
64
8 */
9
10#ifndef __IPF_H__
11#define __IPF_H__
12
13#ifndef SOLARIS
14#define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
15#endif

--- 41 unchanged lines hidden (view full) ---

57struct frpcmp;
58struct ipnat;
59struct nat;
60
61#ifdef ultrix
62extern char *strdup __P((char *));
63#endif
64
65extern struct frentry *parse __P((char *, int));
65extern struct frentry *parse __P((char *, int, int *));
66
67extern void printfr __P((struct frentry *));
68extern void binprint __P((struct frentry *)), initparse __P((void));
69extern int portnum __P((char *, u_short *, int));
70
71
72struct ipopt_names {
73 int on_value;

--- 50 unchanged lines hidden ---
66
67extern void printfr __P((struct frentry *));
68extern void binprint __P((struct frentry *)), initparse __P((void));
69extern int portnum __P((char *, u_short *, int));
70
71
72struct ipopt_names {
73 int on_value;

--- 50 unchanged lines hidden ---