]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - test_src/cli.h
switching to dedicated endian switching function
[arm-crypto-lib.git] / test_src / cli.h
index 52c015916cd11675cc1b8a5adef2c10fc8010b55..26c725b76ebe50a80239f72010be91fb6a8106e7 100644 (file)
@@ -42,10 +42,10 @@ typedef struct {
 #define CLI_OPTION_MANP 0x02
 
 typedef struct {
-       const char*  cmd_name;      /* string containing the function name */
-       const char*  cmd_param_str; /* param descriptor string */
+       const char*        cmd_name;      /* string containing the function name */
+       const char*        cmd_param_str; /* param descriptor string */
        void_fpt     cmd_function;  /* function pointer */
-       cmdoption_t* options;
+       const cmdoption_t* options;
 } cmdlist_entry_t;
 
 extern cli_rx_fpt cli_rx;