X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fguestfs-actions.h;h=843968cca94d8c1f9c7bfa21b2f5120a1be92676;hb=65f77271f290eca1d8b91d16fc6e123037f86229;hp=6e56099a1d312013450b784c64e41320cf6848ce;hpb=0703248d233744047515418893dac05ce013a642;p=libguestfs.git diff --git a/src/guestfs-actions.h b/src/guestfs-actions.h index 6e56099..843968c 100644 --- a/src/guestfs-actions.h +++ b/src/guestfs-actions.h @@ -124,3 +124,5 @@ extern char *guestfs_get_e2label (guestfs_h *handle, const char *device); extern int guestfs_set_e2uuid (guestfs_h *handle, const char *device, const char *uuid); extern char *guestfs_get_e2uuid (guestfs_h *handle, const char *device); extern int guestfs_fsck (guestfs_h *handle, const char *fstype, const char *device); +extern int guestfs_zero (guestfs_h *handle, const char *device); +extern int guestfs_grub_install (guestfs_h *handle, const char *root, const char *device);