X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fguestfs_protocol.x;h=6569d27648e64fec5824b4d0a3ce0e3f2b13a89b;hp=bf83325e1910ff109bd9e0534ba738cb796417e5;hb=55bf8fd622e9f84364b505db6591ace3ec2b5447;hpb=8d0068a752ee8e6bc223de5cb7cac5d190a8855e diff --git a/src/guestfs_protocol.x b/src/guestfs_protocol.x index bf83325..6569d27 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<>; +}; +