Changeset cc9f314 in mainline for uspace/app/bdsh/cmds/modules/cat/cat.h
- Timestamp:
- 2012-03-27T13:13:06Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9a6d8d
- Parents:
- 9bdf1f2a
- git-author:
- Taylor Killian <> (2012-03-27 13:13:06)
- git-committer:
- Vojtech Horky <vojtechhorky@…> (2012-03-27 13:13:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cat/cat.h
r9bdf1f2a rcc9f314 4 4 /* Prototypes for the cat command, excluding entry points */ 5 5 6 static unsigned int cat_file(const char *, size_t, bool );6 static unsigned int cat_file(const char *, size_t, bool, off64_t, off64_t, bool); 7 7 8 8 #endif /* CAT_H */
Note:
See TracChangeset
for help on using the changeset viewer.