summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cmdlist.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/cmdlist.h b/src/include/cmdlist.h
index 623cac765..33cd349b3 100644
--- a/src/include/cmdlist.h
+++ b/src/include/cmdlist.h
@@ -4,12 +4,14 @@
void test_req();
void test2_req();
void help_req();
+void nvo_cmd_req();
void commandlist()
{
- test_req();
- test2_req();
+ // test_req();
+ // test2_req();
help_req();
+ nvo_cmd_req();
}
#endif