Changeset f9c30b9a in mainline for uspace/lib/fmgt/private/fsops.h
- Timestamp:
- 2026-02-11T18:02:17Z (11 days ago)
- Branches:
- master
- Children:
- cd0dce3
- Parents:
- 59ed424e
- File:
-
- 1 edited
-
uspace/lib/fmgt/private/fsops.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmgt/private/fsops.h
r59ed424e rf9c30b9a 46 46 errno_t fmgt_create_file(fmgt_t *, const char *, int *, fmgt_exists_action_t *); 47 47 errno_t fmgt_create_dir(fmgt_t *, const char *); 48 errno_t fmgt_remove(fmgt_t *, const char *); 48 49 errno_t fmgt_read(fmgt_t *, int, const char *, aoff64_t *, void *, size_t, 49 50 size_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
