Changeset 0cf3d5f in mainline for uspace/lib/fmgt/include
- Timestamp:
- 2025-10-10T08:45:43Z (3 months ago)
- Branches:
- master
- Children:
- c3db721
- Parents:
- cfd04c4
- git-author:
- Jiri Svoboda <jiri@…> (2025-10-09 18:45:33)
- git-committer:
- Jiri Svoboda <jiri@…> (2025-10-10 08:45:43)
- Location:
- uspace/lib/fmgt/include
- Files:
-
- 2 edited
-
fmgt.h (modified) (1 diff)
-
types/fmgt.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmgt/include/fmgt.h
rcfd04c4 r0cf3d5f 49 49 extern void fmgt_set_init_update(fmgt_t *, bool); 50 50 extern errno_t fmgt_new_file_suggest(char **); 51 extern errno_t fmgt_new_file(fmgt_t *, const char *, uint64_t );51 extern errno_t fmgt_new_file(fmgt_t *, const char *, uint64_t, fmgt_nf_flags_t); 52 52 53 53 #endif -
uspace/lib/fmgt/include/types/fmgt.h
rcfd04c4 r0cf3d5f 75 75 } fmgt_t; 76 76 77 /** New file flags. */ 78 typedef enum { 79 nf_none = 0x0, 80 nf_sparse = 0x1 81 } fmgt_nf_flags_t; 82 77 83 #endif 78 84
Note:
See TracChangeset
for help on using the changeset viewer.
