X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdfa.h;h=c4a844df87b75b97553d0808309d0cb66ac799ff;hb=aa76dfa21ba30fe802a5ef6f3907b57ecd7e6c65;hp=a92d421ce5024172e8ae672f2bb1922b7d853501;hpb=396e9aaedfbed7534e329b42475cd7abe2fd3814;p=idzebra-moved-to-github.git diff --git a/include/dfa.h b/include/dfa.h index a92d421ce..c4a844d 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) 1995-2008 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 **);