summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index b0e3b6951..7d1cf80e1 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -113,6 +113,7 @@ namespace Commands
decHandler(dumpTests);
decHandler(dumpOGL);
decHandler(cacheInfo);
+ decHandler(execute);
void replaceVars(std::string &str);
}
@@ -190,6 +191,7 @@ static const CommandInfo commands[] =
{"dumpogl", &Commands::dumpOGL},
{"url", &Commands::url},
{"open", &Commands::open},
+ {"execute", &Commands::execute},
{"hack", &Commands::hack}
};