Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/input.h

    rb7fd2a0 r9d58539  
    3232#include "mytypes.h"
    3333
    34 errno_t input_new_file(input_t **input, const char *fname);
    35 errno_t input_new_interactive(input_t **input);
    36 errno_t input_new_string(input_t **input, const char *str);
     34int input_new_file(input_t **input, const char *fname);
     35int input_new_interactive(input_t **input);
     36int input_new_string(input_t **input, const char *str);
    3737
    38 errno_t input_get_line(input_t *input, char **line);
     38int input_get_line(input_t *input, char **line);
    3939int input_get_line_no(input_t *input);
    4040
Note: See TracChangeset for help on using the changeset viewer.