Rev 4377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4377 | Rev 4692 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | /** Textual description. */ |
75 | /** Textual description. */ |
76 | const char *description; |
76 | const char *description; |
77 | /** Function implementing the command. */ |
77 | /** Function implementing the command. */ |
78 | int (* func)(cmd_arg_t *); |
78 | int (* func)(cmd_arg_t *); |
79 | /** Number of arguments. */ |
79 | /** Number of arguments. */ |
80 | count_t argc; |
80 | size_t argc; |
81 | /** Argument vector. */ |
81 | /** Argument vector. */ |
82 | cmd_arg_t *argv; |
82 | cmd_arg_t *argv; |
83 | /** Function for printing detailed help. */ |
83 | /** Function for printing detailed help. */ |
84 | void (* help)(void); |
84 | void (* help)(void); |
85 | } cmd_info_t; |
85 | } cmd_info_t; |