Deleted Added
full compact
printaps.c (153881) printaps.c (170268)
1/* $FreeBSD: head/contrib/ipfilter/lib/printaps.c 153881 2005-12-30 11:52:26Z guido $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/printaps.c 170268 2007-06-04 02:54:36Z darrenr $ */
2
3/*
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
4 * Copyright (C) 2002-2004 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * Added redirect stuff and a variety of bug fixes. (mcn@EnGarde.com)
9 */
10
11#include "ipf.h"
12#include "kmem.h"
13
14
15#if !defined(lint)
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * Added redirect stuff and a variety of bug fixes. (mcn@EnGarde.com)
9 */
10
11#include "ipf.h"
12#include "kmem.h"
13
14
15#if !defined(lint)
16static const char rcsid[] = "@(#)$Id: printaps.c,v 1.4 2004/01/08 13:34:32 darrenr Exp $";
16static const char rcsid[] = "@(#)$Id: printaps.c,v 1.4.2.1 2006/06/16 17:21:10 darrenr Exp $";
17#endif
18
19
20void printaps(aps, opts)
21ap_session_t *aps;
22int opts;
23{
24 ipsec_pxy_t ipsec;

--- 88 unchanged lines hidden ---
17#endif
18
19
20void printaps(aps, opts)
21ap_session_t *aps;
22int opts;
23{
24 ipsec_pxy_t ipsec;

--- 88 unchanged lines hidden ---