Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified kernel/generic/include/console/kconsole.h

    r3266412 r9d58539  
    4343#define KCONSOLE_HISTORY  10
    4444
    45 /** Callback to be used to enum hints for cmd tab completion. */
    46 typedef const char *(*hints_enum_func_t)(const char *, const char **, void **);
    47 
    4845typedef enum {
    4946        ARG_TYPE_INVALID = 0,
     
    8885        /** Function for printing detailed help. */
    8986        void (* help)(void);
    90         /** Function for enumerating hints for arguments. */
    91         hints_enum_func_t hints_enum;
    9287} cmd_info_t;
    9388
     
    105100
    106101extern bool cmd_register(cmd_info_t *cmd);
    107 extern const char *cmdtab_enum(const char *name, const char **h, void **ctx);
    108102
    109103#endif
Note: See TracChangeset for help on using the changeset viewer.