X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Frc_protocol.x;h=fa99a5e9901cc0f81fa3f10211a6202f74485d9d;hp=9d8f0e9f09a9943c4152492f1823290571c1ac75;hb=e167a8af4070299562da8fc76e1797e3f6facad6;hpb=58e18536854785ab033fb80b0b96f6adc389079e diff --git a/fish/rc_protocol.x b/fish/rc_protocol.x index 9d8f0e9..fa99a5e 100644 --- a/fish/rc_protocol.x +++ b/fish/rc_protocol.x @@ -16,7 +16,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -typedef string str<>; +typedef string guestfish_str<>; struct guestfish_hello { /* Client and server version strings must match exactly. We change @@ -27,7 +27,7 @@ struct guestfish_hello { struct guestfish_call { string cmd<>; - str args<>; + guestfish_str args<>; bool exit_on_error; };