Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/clui/tinput.h

    rcde999a r68b5dd11  
    6161 * @param state         Output, pointer to a client state object.
    6262 *
    63  * @return              EOK on success, error code on failure.
     63 * @return              EOK on success, negative error code on failure.
    6464 */
    6565typedef int (*tinput_compl_init_fn)(wchar_t *text, size_t pos, size_t *cstart,
     
    7676 * @param compl         Output, the completion text, ownership retained.
    7777 *
    78  * @return              EOK on success, error code on failure.
     78 * @return              EOK on success, negative error code on failure.
    7979 */
    8080typedef int (*tinput_compl_get_next_fn)(void *state, char **compl);
Note: See TracChangeset for help on using the changeset viewer.