Generated code for the 'sleep' command.
[libguestfs.git] / daemon / actions.h
index 1615cfb..2c86947 100644 (file)
@@ -129,3 +129,4 @@ extern int do_lvresize (const char *device, int mbytes);
 extern int do_resize2fs (const char *device);
 extern char **do_find (const char *directory);
 extern int do_e2fsck_f (const char *device);
+extern int do_sleep (int secs);