X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fnfa.h;h=4b7369a57c74fa28cba3c55a340de018e15a9a30;hb=b925ea17d6f146a28d745b0d34e9eec6eafda21f;hp=addea169425b3ccd14a859d46003645744634098;hpb=fb61309506b52ca0dad9aea4135ceeda63707b0d;p=yaz-moved-to-github.git diff --git a/include/yaz/nfa.h b/include/yaz/nfa.h index addea16..4b7369a 100644 --- a/include/yaz/nfa.h +++ b/include/yaz/nfa.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006, Index Data ApS * See the file LICENSE for details. - * $Id: nfa.h,v 1.8 2006-07-04 12:59:56 heikki Exp $ + * $Id: nfa.h,v 1.10 2006-08-11 12:43:52 adam Exp $ */ /** @@ -215,7 +215,7 @@ yaz_nfa_state *yaz_nfa_add_range( yaz_nfa *n, * \param s the state to add this to. If null, adds to the initial state * \param seq is a sequence of yaz_fna_chars. * \param seq_len is the length of the sequence - * \Return the final state + * \return the final state * * Starting from state s (or from the initial state, if s is * null), finds as much of seq as possible and inserts the rest. @@ -534,6 +534,11 @@ void yaz_nfa_dump(FILE *F, yaz_nfa *n, char *(*strfunc)(void *) ); +/** \brief Helper to dump converters + * + */ +char *yaz_nfa_dump_converter(void *conv); + /* \} */