summaryrefslogtreecommitdiffstats
path: root/src/guestfs-actions.h
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-20 00:22:02 +0100
committerRichard Jones <rjones@redhat.com>2009-04-20 00:22:02 +0100
commit170f262f0413de843af62b968f6d12c1c476ae7f (patch)
treeb9be7ae0e59f784dfdd57ef063536218ee3f0c7d /src/guestfs-actions.h
parentd5151686d82b66c50935010fd5458be0e4386bab (diff)
downloadlibguestfs-170f262f0413de843af62b968f6d12c1c476ae7f.tar.gz
libguestfs-170f262f0413de843af62b968f6d12c1c476ae7f.tar.xz
libguestfs-170f262f0413de843af62b968f6d12c1c476ae7f.zip
Implement upload and download commands.
Diffstat (limited to 'src/guestfs-actions.h')
-rw-r--r--src/guestfs-actions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guestfs-actions.h b/src/guestfs-actions.h
index 2ec2d400..e3c3cf89 100644
--- a/src/guestfs-actions.h
+++ b/src/guestfs-actions.h
@@ -36,6 +36,8 @@ extern int guestfs_is_config (guestfs_h *handle);
extern int guestfs_is_launching (guestfs_h *handle);
extern int guestfs_is_busy (guestfs_h *handle);
extern int guestfs_get_state (guestfs_h *handle);
+extern int guestfs_set_busy (guestfs_h *handle);
+extern int guestfs_set_ready (guestfs_h *handle);
extern int guestfs_mount (guestfs_h *handle, const char *device, const char *mountpoint);
extern int guestfs_sync (guestfs_h *handle);
extern int guestfs_touch (guestfs_h *handle, const char *path);