X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdaemon.h;h=e8f29ad0e091693d5c77bf81a9c19a15314e2704;hb=5248114edea548d142d7c7ce644cea22f7957822;hp=86f13306d7893bc0a5d09b86364191fed70d0cbb;hpb=821083b1c46005cfeebf384e81be812f6b0cc74b;p=libguestfs.git diff --git a/daemon/daemon.h b/daemon/daemon.h index 86f1330..e8f29ad 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009-2011 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -126,6 +126,9 @@ extern struct optgroup optgroups[]; /* Use this as a replacement for sync(2). */ extern int sync_disks (void); +/*-- in ext2.c --*/ +extern int e2prog (char *name); /* Massive hack for RHEL 5. */ + /*-- in lvm.c --*/ extern int lv_canonical (const char *device, char **ret);