mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
nfa_api: remove subtype from dispatch
This commit is contained in:
@@ -38,9 +38,9 @@ struct NFA;
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
void nfaExecSheng0_dumpDot(const struct NFA *nfa, FILE *file,
|
||||
const std::string &base);
|
||||
void nfaExecSheng0_dumpText(const struct NFA *nfa, FILE *file);
|
||||
void nfaExecSheng_dumpDot(const struct NFA *nfa, FILE *file,
|
||||
const std::string &base);
|
||||
void nfaExecSheng_dumpText(const struct NFA *nfa, FILE *file);
|
||||
|
||||
} // namespace ue2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user