Changes in uspace/srv/volsrv/part.h [9c2c7d2:8d2dd7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/part.h
r9c2c7d2 r8d2dd7f2 49 49 extern int vol_part_find_by_id(service_id_t, vol_part_t **); 50 50 extern int vol_part_empty_part(vol_part_t *); 51 extern int vol_part_mkfs_part(vol_part_t *, vol_fstype_t , const char *);51 extern int vol_part_mkfs_part(vol_part_t *, vol_fstype_t); 52 52 extern int vol_part_get_info(vol_part_t *, vol_part_info_t *); 53 53
Note:
See TracChangeset
for help on using the changeset viewer.