summaryrefslogtreecommitdiffstats
path: root/src/guestfs_protocol.x
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-03 11:29:55 +0100
committerRichard Jones <rjones@redhat.com>2009-04-03 11:29:55 +0100
commit55bf8fd622e9f84364b505db6591ace3ec2b5447 (patch)
tree321902c9b7ec7a09838776c331a47f6d9c746a0a /src/guestfs_protocol.x
parenta8b84fe17f5df830d3498ecf885e52f0914182dd (diff)
downloadlibguestfs-55bf8fd622e9f84364b505db6591ace3ec2b5447.tar.gz
libguestfs-55bf8fd622e9f84364b505db6591ace3ec2b5447.tar.xz
libguestfs-55bf8fd622e9f84364b505db6591ace3ec2b5447.zip
Lots more auto-generation.
Diffstat (limited to 'src/guestfs_protocol.x')
-rw-r--r--src/guestfs_protocol.x13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/guestfs_protocol.x b/src/guestfs_protocol.x
index bf83325e..6569d276 100644
--- a/src/guestfs_protocol.x
+++ b/src/guestfs_protocol.x
@@ -1,6 +1,6 @@
/* libguestfs generated file
- * WARNING: This file is generated by 'src/generator.ml'.
- * Any changes you make to this file will be lost.
+ * WARNING: THIS FILE IS GENERATED BY 'src/generator.ml'.
+ * ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST.
*
* Copyright (C) 2009 Red Hat Inc.
*
@@ -21,7 +21,16 @@
/* guestfs_mount */
+struct guestfs_mount_args {
+ string device<>;
+ string mountpoint<>;
+};
+
/* guestfs_sync */
/* guestfs_touch */
+struct guestfs_touch_args {
+ string path<>;
+};
+