X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fdfa.h;h=53168b3db2e86f1b650f483a260711b310ab9f49;hb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;hp=a92d421ce5024172e8ae672f2bb1922b7d853501;hpb=396e9aaedfbed7534e329b42475cd7abe2fd3814;p=idzebra-moved-to-github.git diff --git a/include/dfa.h b/include/dfa.h index a92d421ce..53168b3 100644 --- a/include/dfa.h +++ b/include/dfa.h @@ -1,8 +1,5 @@ -/* $Id: dfa.h,v 1.15 2006-09-28 18:38:46 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2009 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -61,6 +58,7 @@ struct DFA { }; struct DFA *dfa_init (void); +void dfa_anyset_includes_nl(struct DFA *dfa); void dfa_set_cmap (struct DFA *dfa, void *vp, const char **(*cmap)(void *vp, const char **from, int len)); int dfa_parse (struct DFA *, const char **);