Loading of the nfa now possible from an xml file.
[yaz-moved-to-github.git] / include / yaz / nfa.h
index addea16..7ff29bc 100644 (file)
@@ -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.9 2006-07-14 13:06:37 heikki Exp $
  */
 
 /**
@@ -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);
+
 /* \} */