summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/lib/resetlexer.c
blob: 0801242fdadc200919524c3d5d2d8e81e2bc262d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*	$NetBSD$	*/

#include "ipf.h"

long	string_start = -1;
long	string_end = -1;
char	*string_val = NULL;
long	pos = 0;


void resetlexer()
{
	string_start = -1;
	string_end = -1;
	string_val = NULL;
	pos = 0;
}
OpenPOWER on IntegriCloud