00001 #ifndef COMMANDLIST_H 00002 #define COMMANDLIST_H 00003 00004 void test_req(); 00005 void test2_req(); 00006 void help_req(); 00007 void nvo_cmd_req(); 00008 00009 void commandlist() 00010 { 00011 // test_req(); 00012 // test2_req(); 00013 help_req(); 00014 nvo_cmd_req(); 00015 } 00016 00017 #endif 00018
1.5.7.1