Changeset a363016 in mainline for kernel/generic/include/symtab.h


Ignore:
Timestamp:
2016-03-08T09:40:48Z (8 years ago)
Author:
Aurelio Colosimo <aurelio@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8d48d2
Parents:
6a75c134
Message:

kconsole tab completion: call* argument hints restored by using proper callback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/symtab.h

    r6a75c134 ra363016  
    4040
    4141extern void symtab_print_search(const char *);
    42 extern int symtab_compl(char *, size_t, indev_t *);
     42extern const char* symtab_hints_enum(const char *, const char **, void **);
    4343
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.