Lots more auto-generation.
[libguestfs.git] / src / guestfs_protocol.x
index bf83325..6569d27 100644 (file)
@@ -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.
  *
 
 /* guestfs_mount */
 
+struct guestfs_mount_args {
+  string device<>;
+  string mountpoint<>;
+};
+
 /* guestfs_sync */
 
 /* guestfs_touch */
 
+struct guestfs_touch_args {
+  string path<>;
+};
+