Ignore:
File:
1 edited

Legend:

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

    r9d58539 rb7fd2a0  
    3232#include "mytypes.h"
    3333
    34 int input_new_file(input_t **input, const char *fname);
    35 int input_new_interactive(input_t **input);
    36 int input_new_string(input_t **input, const char *str);
     34errno_t input_new_file(input_t **input, const char *fname);
     35errno_t input_new_interactive(input_t **input);
     36errno_t input_new_string(input_t **input, const char *str);
    3737
    38 int input_get_line(input_t *input, char **line);
     38errno_t 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.