Changeset 594303b in mainline for uspace/lib/libc/include/vfs/vfs.h
- Timestamp:
- 2009-04-18T15:32:56Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8d049ee0
- Parents:
- 6b6e423a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/vfs/vfs.h
r6b6e423a r594303b 40 40 extern char *absolutize(const char *, size_t *); 41 41 42 extern int mount(const char *, const char *, const char *, 42 extern int mount(const char *, const char *, const char *, const char *, 43 43 const unsigned int flags); 44 44
Note:
See TracChangeset
for help on using the changeset viewer.