Deleted Added
full compact
optvalue.c (145519) optvalue.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/lib/optvalue.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/lib/optvalue.c 153881 2005-12-30 11:52:26Z guido $ */
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * Id: optvalue.c,v 1.2 2002/01/28 06:50:47 darrenr Exp
8 * $Id: optvalue.c,v 1.2 2002/01/28 06:50:47 darrenr Exp $
9 */
10#include "ipf.h"
11
12
13u_32_t getoptbyname(optname)
14char *optname;
15{
16 struct ipopt_names *io;

--- 18 unchanged lines hidden ---
9 */
10#include "ipf.h"
11
12
13u_32_t getoptbyname(optname)
14char *optname;
15{
16 struct ipopt_names *io;

--- 18 unchanged lines hidden ---