Index: uspace/app/sbi/src/input.h
===================================================================
--- uspace/app/sbi/src/input.h	(revision 37f527bc07305262cbe6d63e6c152419e5050304)
+++ uspace/app/sbi/src/input.h	(revision a32defadb7bdc01eed96b5df1ab80f7b95365eb1)
@@ -32,5 +32,5 @@
 #include "mytypes.h"
 
-int input_new_file(input_t **input, char *fname);
+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);
