Index: uspace/app/bdsh/cmds/modules/cat/cat.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cat/cat.h	(revision b510d526c9ea91a276320012e20c9c7173bd8ff1)
+++ uspace/app/bdsh/cmds/modules/cat/cat.h	(revision eb522e89bed31febf22a3d81923e99a4a8ff9513)
@@ -4,5 +4,5 @@
 /* Prototypes for the cat command, excluding entry points */
 
-static unsigned int cat_file(const char *, size_t);
+static unsigned int cat_file(const char *, size_t, bool);
 
 #endif /* CAT_H */
