X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdaemon.h;h=e4e715973f2cf5d50ac6ec29a5c8f7f01d0c5d56;hb=99ed8d1be7547c3f2c7f7fdd479ab327b5c5ecc5;hp=03e0d37e6202ba3bea9c5a289f66b8e299bd63a1;hpb=e776a46ffcbede6d9b030dbc8f6ab32500b325ec;p=libguestfs.git diff --git a/daemon/daemon.h b/daemon/daemon.h index 03e0d37..e4e7159 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -124,6 +124,9 @@ extern struct optgroup optgroups[]; /* Use this as a replacement for sync(2). */ extern int sync_disks (void); +/*-- in lvm.c --*/ +extern int lv_canonical (const char *device, char **ret); + /*-- in proto.c --*/ extern void main_loop (int sock) __attribute__((noreturn));