Changeset d101368 in mainline for uspace/lib/fmgt/include
- Timestamp:
- 2025-11-14T16:41:33Z (4 months ago)
- Branches:
- master
- Children:
- 3a4c6d9
- Parents:
- 4b2065a6
- git-author:
- Jiri Svoboda <jiri@…> (2025-11-14 16:32:57)
- git-committer:
- Jiri Svoboda <jiri@…> (2025-11-14 16:41:33)
- Location:
- uspace/lib/fmgt/include
- Files:
-
- 1 added
- 1 edited
-
fmgt.h (modified) (2 diffs)
-
fmgt/newfile.h (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmgt/include/fmgt.h
r4b2065a6 rd101368 42 42 #include <stddef.h> 43 43 #include <stdint.h> 44 #include "fmgt/newfile.h" 44 45 #include "types/fmgt.h" 45 46 … … 48 49 extern void fmgt_destroy(fmgt_t *); 49 50 extern void fmgt_set_init_update(fmgt_t *, bool); 50 extern errno_t fmgt_new_file_suggest(char **);51 extern errno_t fmgt_new_file(fmgt_t *, const char *, uint64_t, fmgt_nf_flags_t);52 51 53 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
