Changes in uspace/lib/c/include/vol.h [9c2c7d2:44fe800] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vol.h
r9c2c7d2 r44fe800 48 48 extern int vol_part_info(vol_t *, service_id_t, vol_part_info_t *); 49 49 extern int vol_part_empty(vol_t *, service_id_t); 50 extern int vol_part_get_lsupp(vol_t *, vol_fstype_t, vol_label_supp_t *); 51 extern int vol_part_mkfs(vol_t *, service_id_t, vol_fstype_t, const char *); 50 extern int vol_part_mkfs(vol_t *, service_id_t, vol_fstype_t); 52 51 53 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.