cmdlist.h File Reference

Go to the source code of this file.

Functions

void test_req ()
void test2_req ()
void help_req ()
void nvo_cmd_req ()
void commandlist ()


Function Documentation

void test_req (  ) 

void test2_req (  ) 

void help_req (  ) 

Referenced by commandlist().

void nvo_cmd_req (  ) 

Referenced by commandlist().

void commandlist (  ) 

Definition at line 9 of file cmdlist.h.

References help_req(), and nvo_cmd_req().

00010 {
00011         //      test_req();
00012         //      test2_req();
00013         help_req();
00014         nvo_cmd_req();
00015 }


Generated on Tue Apr 6 20:01:47 2010 for gPXE by  doxygen 1.5.7.1