Added 'zero' command to wipe partition tables and superblocks.
[libguestfs.git] / daemon / actions.h
index 8e79f7b..501e337 100644 (file)
@@ -100,3 +100,9 @@ extern char *do_debug (const char *subcmd, char * const* const extraargs);
 extern int do_lvremove (const char *device);
 extern int do_vgremove (const char *vgname);
 extern int do_pvremove (const char *device);
+extern int do_set_e2label (const char *device, const char *label);
+extern char *do_get_e2label (const char *device);
+extern int do_set_e2uuid (const char *device, const char *uuid);
+extern char *do_get_e2uuid (const char *device);
+extern int do_fsck (const char *fstype, const char *device);
+extern int do_zero (const char *device);