X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fprep_lv.c;h=3620898ac06bea2b522d4d49109e7d686894671f;hb=ddb3fac1bf1b0493779c9425b518598473ef106a;hp=1e726dbdbc8d742f3fe0f0554b6b542ac69f0cb7;hpb=574df371a0421b4b83386f43e5095ccea5069e5b;p=libguestfs.git diff --git a/fish/prep_lv.c b/fish/prep_lv.c index 1e726db..3620898 100644 --- a/fish/prep_lv.c +++ b/fish/prep_lv.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -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/"))