Sync usage with man page.
[netbsd-mini2440.git] / dist / ipf / lib / resetlexer.c
blobf2f03e3ed1a5ee484aab999504a6b05676a99513
1 /* $NetBSD$ */
3 /*
4 * Copyright (C) 2002 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * Id: resetlexer.c,v 1.1.4.1 2006/06/16 17:21:16 darrenr Exp
9 */
11 #include "ipf.h"
13 long string_start = -1;
14 long string_end = -1;
15 char *string_val = NULL;
16 long pos = 0;
19 void resetlexer()
21 string_start = -1;
22 string_end = -1;
23 string_val = NULL;
24 pos = 0;