comparison src/tokenizer.cpp @ 74:b7449114ebb0

start coding on new config syntax
author carl
date Sun, 10 Jul 2005 14:19:00 -0700
parents 2b369f7db7bf
children 1142e46be550
comparison
equal deleted inserted replaced
73:2b369f7db7bf 74:b7449114ebb0
4 the GPL version 2 or any later version at your choice available at 4 the GPL version 2 or any later version at your choice available at
5 http://www.fsf.org/licenses/gpl.txt 5 http://www.fsf.org/licenses/gpl.txt
6 6
7 */ 7 */
8 8
9 #include "context.h" 9 #include "dnsbl.h"
10 10
11 static char* tokenizer_version="$Id$"; 11 static char* tokenizer_version="$Id$";
12 12
13 enum state {s_init, 13 enum state {s_init,
14 s_token, 14 s_token,