blob: 8521c0796ccec459d498021e954b4eb9b9e74047 [file] [log] [blame] [raw]
/*
* Copyright (C) 2002 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* $Id$
*/
#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;
}