Changeset c3db721 in mainline for uspace/lib/fmgt/include
- Timestamp:
- 2025-10-10T20:35:05Z (4 months ago)
- Branches:
- master
- Children:
- c1383cd
- Parents:
- 0cf3d5f
- File:
-
- 1 edited
-
uspace/lib/fmgt/include/types/fmgt.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fmgt/include/types/fmgt.h
r0cf3d5f rc3db721 40 40 #include <capa.h> 41 41 #include <fibril_synch.h> 42 #include <stdbool.h> 42 43 43 44 /** File management progress update */ … … 53 54 /** File management callbacks */ 54 55 typedef struct { 56 bool (*abort_query)(void *); 55 57 void (*progress)(void *, fmgt_progress_t *); 56 58 } fmgt_cb_t;
Note:
See TracChangeset
for help on using the changeset viewer.
