X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Factions.h;h=2cd7f3dd989c20122c4131c43b15cad91a765d11;hp=d55f4930d08a2101002ccce221dfbc0a7c1d05c4;hb=713283f4a67b3a1960ca96ce6608d046fc202d2d;hpb=0232e722826cfda0f6042da983f9eb871f24e946 diff --git a/daemon/actions.h b/daemon/actions.h index d55f493..2cd7f3d 100644 --- a/daemon/actions.h +++ b/daemon/actions.h @@ -93,3 +93,6 @@ extern int do_tar_in (const char *directory); extern int do_tar_out (const char *directory); extern int do_tgz_in (const char *directory); extern int do_tgz_out (const char *directory); +extern int do_mount_ro (const char *device, const char *mountpoint); +extern int do_mount_options (const char *options, const char *device, const char *mountpoint); +extern int do_mount_vfs (const char *options, const char *vfstype, const char *device, const char *mountpoint);