#ifndef _CMDLIST_H_
#define _CMDLIST_H_

#include <stdio.h>

#ifdef __cplusplus
extern "C" {
#endif

extern int get_cmdlist( const char* cmd );

#ifdef __cplusplus
}
#endif

#endif
