X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdaemon.h;h=553973d9d19fe603d4606859e0734ce81adee16c;hb=bcd7bd3aabf4a28bca24bf5d22ed3a68322ec637;hp=70f0beef9decbd640c8514dee05b0d2540e5a69f;hpb=3dfc0a8c5da8f3a4a6c13e936d4306b79b231dde;p=libguestfs.git diff --git a/daemon/daemon.h b/daemon/daemon.h index 70f0bee..553973d 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -51,6 +51,8 @@ extern int shell_quote (char *out, int len, const char *in); extern int device_name_translation (char *device, const char *func); +extern void udev_settle (void); + extern int verbose; /*-- in proto.c --*/