nfa_api: remove subtype from dispatch

This commit is contained in:
Alex Coyte
2016-10-28 09:50:09 +11:00
committed by Matthew Barr
parent 1614c73eeb
commit 71ff480b77
29 changed files with 318 additions and 329 deletions

View File

@@ -38,9 +38,9 @@ struct NFA;
namespace ue2 {
void nfaExecTamarama0_dumpDot(const NFA *nfa, FILE *file,
const std::string &base);
void nfaExecTamarama0_dumpText(const NFA *nfa, FILE *file);
void nfaExecTamarama_dumpDot(const NFA *nfa, FILE *file,
const std::string &base);
void nfaExecTamarama_dumpText(const NFA *nfa, FILE *file);
} // namespace ue2