/*
* Copyright (C) 1993-2001 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* $Id: buildopts.c,v 1.6 2002/01/28 06:50:45 darrenr Exp $
*/
#include "ipf.h"
int len;
{
char *s, *t;
int inc;
if ((t = strchr(s, '=')))
*t++ = '\0';
continue;
}
break;
}
return 0;
}
}
len++;
return len;
}