Added 'zero' command to wipe partition tables and superblocks.
[libguestfs.git] / daemon / actions.h
index 7455586..501e337 100644 (file)
@@ -105,3 +105,4 @@ 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);