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

#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