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