Index: uspace/app/sbi/src/input.h
===================================================================
--- uspace/app/sbi/src/input.h	(revision 074444f189ee9356421b26e70454fae61c81def3)
+++ uspace/app/sbi/src/input.h	(revision 2ca5a198f7308b0c892b04c0fcda44f5e83eb8f0)
@@ -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);
 
