Generated code for e2fsck-f command.
[libguestfs.git] / daemon / actions.h
index 79ec62a..1615cfb 100644 (file)
@@ -127,3 +127,5 @@ extern int do_vg_activate_all (int activate);
 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);