X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fext2.c;h=01a462871451d6d44a4c093811032c91bd59df74;hb=e2249b7ce1dd0a2f8f110e0e47aca397185a6373;hp=85ce316525b0a69c03ad66050d3726f89471433f;hpb=4ffa2d6798f7a2bf0baec8e1084659cf6358bc31;p=libguestfs.git diff --git a/daemon/ext2.c b/daemon/ext2.c index 85ce316..01a4628 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -39,7 +39,7 @@ * We specify e4fsprogs in the package list to ensure it is loaded * if it exists. */ -static int +int e2prog (char *name) { char *p = strstr (name, "e2");