X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fdaemon.h;h=6e9788a32427cb7532a179b31929b0d981ad07e1;hp=03e0d37e6202ba3bea9c5a289f66b8e299bd63a1;hb=428a45c3e15f03e9861e1b551e1ae8da821dba5f;hpb=e776a46ffcbede6d9b030dbc8f6ab32500b325ec diff --git a/daemon/daemon.h b/daemon/daemon.h index 03e0d37..6e9788a 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -28,7 +28,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" /*-- in guestfsd.c --*/ extern int verbose; @@ -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));