diff options
Diffstat (limited to 'fish/prep_lv.c')
-rw-r--r-- | fish/prep_lv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/prep_lv.c b/fish/prep_lv.c index 1e726dbd..627ed0af 100644 --- a/fish/prep_lv.c +++ b/fish/prep_lv.c @@ -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/")) |