summaryrefslogtreecommitdiffstats
path: root/src/guestfs-actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guestfs-actions.h')
-rw-r--r--src/guestfs-actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guestfs-actions.h b/src/guestfs-actions.h
index 0fc62a18..843968cc 100644
--- a/src/guestfs-actions.h
+++ b/src/guestfs-actions.h
@@ -125,3 +125,4 @@ extern int guestfs_set_e2uuid (guestfs_h *handle, const char *device, const char
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);