X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdfa.h;h=3ffd01856b980573f8e4c5c1aa7e9b9184b87c18;hb=7442b1f93247813cbf4f299fc3e66208fae9bdc6;hp=045cd694b8674e2b6ecbf9bc83b042cba83cd4ea;hpb=5a8a42bede922e70156e7b289db071592c71529b;p=idzebra-moved-to-github.git diff --git a/include/dfa.h b/include/dfa.h index 045cd69..3ffd018 100644 --- a/include/dfa.h +++ b/include/dfa.h @@ -1,8 +1,5 @@ -/* $Id: dfa.h,v 1.16 2007-01-15 20:08:24 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 2004-2013 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 **); @@ -106,6 +104,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab