Version 1.0.41.
[libguestfs.git] / daemon / actions.h
index 8aed57c..2c86947 100644 (file)
@@ -128,3 +128,5 @@ extern int do_vg_activate (int activate, char * const* const volgroups);
 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);