#ifndef _CMDLIST_H_ #define _CMDLIST_H_ #include #ifdef __cplusplus extern "C" { #endif extern int get_cmdlist( const char* cmd ); #ifdef __cplusplus } #endif #endif