X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=guestfs-actions.pod;h=56949faa956e0f750f5442d721809c45c57ce70c;hb=128f822e16bb96677c75b88125e18f48d7ccedaf;hp=18c3910c756303c5ad2f6ac71ec8f43e70e7eec5;hpb=c6d6f5ae1b76ec9aa5c540906aeed73d25d13eb9;p=libguestfs.git diff --git a/guestfs-actions.pod b/guestfs-actions.pod index 18c3910..56949fa 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -1356,6 +1356,18 @@ call, in order to improve reliability. This function returns 0 on success or -1 on error. +=head2 guestfs_mount_loop + + int guestfs_mount_loop (guestfs_h *handle, + const char *file, + const char *mountpoint); + +This command lets you mount C (a filesystem image +in a file) on a mount point. It is entirely equivalent to +the command C. + +This function returns 0 on success or -1 on error. + =head2 guestfs_mount_options int guestfs_mount_options (guestfs_h *handle,