From d9f32726b46665165b9004797aebd58c7f2b03f4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 4 Dec 2006 23:40:35 +0000 Subject: Added quick and dirty commands for testing the new NVO code. --- src/include/cmdlist.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/include') 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 -- cgit v1.2.3-55-g7522