Changeset 0cf3d5f in mainline for uspace/lib/fmgt/include/fmgt.h
- Timestamp:
- 2025-10-10T08:45:43Z (4 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)
- File:
-
- 1 edited
-
uspace/lib/fmgt/include/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
Note:
See TracChangeset
for help on using the changeset viewer.
