X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fdaemon.h;h=553973d9d19fe603d4606859e0734ce81adee16c;hp=70f0beef9decbd640c8514dee05b0d2540e5a69f;hb=99e28249d52ca5495b636e14ae3e4387ee62c8fe;hpb=3e2d925717d1dac6b3862e98192c12d1080c2152 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 --*/