diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-23 02:10:31 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-23 02:10:31 +0000 |
commit | 25fb684890d3e914b5cbe38401b24ac62698e4d7 (patch) | |
tree | 4534a14317da1550b3199304b671163b68f00705 /bruiser/bruiser-extra.h | |
parent | now the xml report path is relative (diff) | |
download | mutator-25fb684890d3e914b5cbe38401b24ac62698e4d7.tar.gz mutator-25fb684890d3e914b5cbe38401b24ac62698e4d7.zip |
added the new command
Diffstat (limited to 'bruiser/bruiser-extra.h')
-rw-r--r-- | bruiser/bruiser-extra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h index c5d8796..73ffe3c 100644 --- a/bruiser/bruiser-extra.h +++ b/bruiser/bruiser-extra.h @@ -110,6 +110,7 @@ std::vector<std::string> LUA_FUNCS = "historysize", "showsource", "readxmlfile", + "extractmutagen", "_G", "_VERSION", "assert", |