Ignore:
File:
1 edited

Legend:

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

    r5db9084 r36a75a2  
    6464        /** Current position in history */
    6565        int hpos;
    66         /** @c true if finished with this line (return to caller) */
     66        /** Exit flag */
    6767        bool done;
    68         /** @c true if user requested to abort interactive loop */
    69         bool exit_clui;
    7068} tinput_t;
    7169
    7270extern tinput_t *tinput_new(void);
    7371extern void tinput_destroy(tinput_t *ti);
    74 extern int tinput_read(tinput_t *ti, char **str);
     72extern char *tinput_read(tinput_t *ti);
    7573
    7674#endif
Note: See TracChangeset for help on using the changeset viewer.