Index: uspace/app/sbi/src/input.h
===================================================================
--- uspace/app/sbi/src/input.h	(revision 074444f189ee9356421b26e70454fae61c81def3)
+++ uspace/app/sbi/src/input.h	(revision 50206e9574b78ae79eedeb03577fe6a9f9bb4d09)
@@ -32,9 +32,9 @@
 #include "mytypes.h"
 
-int input_new_file(input_t **input, const char *fname);
-int input_new_interactive(input_t **input);
-int input_new_string(input_t **input, const char *str);
+errno_t input_new_file(input_t **input, const char *fname);
+errno_t input_new_interactive(input_t **input);
+errno_t input_new_string(input_t **input, const char *str);
 
-int input_get_line(input_t *input, char **line);
+errno_t input_get_line(input_t *input, char **line);
 int input_get_line_no(input_t *input);
 
