Deleted Added
full compact
facpri.h (302408) facpri.h (369186)
1/* $FreeBSD: stable/11/contrib/ipfilter/lib/facpri.h 255332 2013-09-06 23:11:19Z cy $ */
1/* $FreeBSD: stable/11/contrib/ipfilter/lib/facpri.h 369186 2021-01-31 04:32:46Z cy $ */
2
3/*
4 * Copyright (C) 2012 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * $Id$
9 */
10
11#ifndef __FACPRI_H__
12#define __FACPRI_H__
13
14#ifndef __P
15# define P_DEF
2
3/*
4 * Copyright (C) 2012 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * $Id$
9 */
10
11#ifndef __FACPRI_H__
12#define __FACPRI_H__
13
14#ifndef __P
15# define P_DEF
16# ifdef __STDC__
17# define __P(x) x
16# define __P(x) x
18# else
19# define __P(x) ()
20# endif
21#endif
22
23extern char *fac_toname __P((int));
24extern int fac_findname __P((char *));
25
26extern char *pri_toname __P((int));
27extern int pri_findname __P((char *));
28

--- 15 unchanged lines hidden ---
17#endif
18
19extern char *fac_toname __P((int));
20extern int fac_findname __P((char *));
21
22extern char *pri_toname __P((int));
23extern int pri_findname __P((char *));
24

--- 15 unchanged lines hidden ---