Changeset 2309891 in mainline for uspace/lib/fmgt/include/fmgt.h
- Timestamp:
- 2025-12-14T17:15:57Z (3 days ago)
- Branches:
- master
- Children:
- 79b77ce
- Parents:
- 144fafd
- File:
-
- 1 edited
-
uspace/lib/fmgt/include/fmgt.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmgt/include/fmgt.h
r144fafd r2309891 42 42 #include <stddef.h> 43 43 #include <stdint.h> 44 #include "fmgt/copy.h" 44 45 #include "fmgt/flist.h" 45 46 #include "fmgt/newfile.h" … … 52 53 extern void fmgt_destroy(fmgt_t *); 53 54 extern void fmgt_set_init_update(fmgt_t *, bool); 55 extern const char *fmgt_basename(const char *); 56 extern bool fmgt_is_dir(const char *); 54 57 55 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
