Version 1.7.6.
[libguestfs.git] / fish / prep_lv.c
index 1e726db..627ed0a 100644 (file)
@@ -30,7 +30,7 @@
 /* Split "/dev/VG/LV" into "VG" and "LV".  This function should
  * probably do more checks.
  */
-static int
+int
 vg_lv_parse (const char *device, char **vg, char **lv)
 {
   if (STRPREFIX (device, "/dev/"))