Index: uspace/lib/c/include/ipc/vol.h
===================================================================
--- uspace/lib/c/include/ipc/vol.h	(revision 63c1dd5baed77410998be60405abb3b36a7a56b3)
+++ uspace/lib/c/include/ipc/vol.h	(revision d24e98721bade8f2f1d3220a3f392c01a7830d43)
@@ -46,4 +46,5 @@
 	VOL_PART_EMPTY,
 	VOL_PART_INSERT,
+	VOL_PART_INSERT_BY_PATH,
 	VOL_PART_LSUPP,
 	VOL_PART_MKFS,
Index: uspace/lib/c/include/vol.h
===================================================================
--- uspace/lib/c/include/vol.h	(revision 63c1dd5baed77410998be60405abb3b36a7a56b3)
+++ uspace/lib/c/include/vol.h	(revision d24e98721bade8f2f1d3220a3f392c01a7830d43)
@@ -51,4 +51,5 @@
 extern errno_t vol_part_empty(vol_t *, service_id_t);
 extern errno_t vol_part_insert(vol_t *, service_id_t);
+extern errno_t vol_part_insert_by_path(vol_t *, const char *);
 extern errno_t vol_part_get_lsupp(vol_t *, vol_fstype_t, vol_label_supp_t *);
 extern errno_t vol_part_mkfs(vol_t *, service_id_t, vol_fstype_t, const char *,
