Changeset c111da2 in mainline for uspace/lib/fmgt/include/fmgt.h
- Timestamp:
- 2025-10-09T15:44:52Z (5 months ago)
- Branches:
- master
- Children:
- cfd04c4
- Parents:
- 1a96db9
- File:
-
- 1 edited
-
uspace/lib/fmgt/include/fmgt.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmgt/include/fmgt.h
r1a96db9 rc111da2 39 39 40 40 #include <errno.h> 41 #include <stdbool.h> 41 42 #include <stddef.h> 43 #include <stdint.h> 42 44 #include "types/fmgt.h" 43 45 … … 45 47 extern void fmgt_set_cb(fmgt_t *, fmgt_cb_t *, void *); 46 48 extern void fmgt_destroy(fmgt_t *); 49 extern void fmgt_set_init_update(fmgt_t *, bool); 47 50 extern errno_t fmgt_new_file_suggest(char **); 51 extern errno_t fmgt_new_file(fmgt_t *, const char *, uint64_t); 48 52 49 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
