X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Frc_protocol.x;h=fa99a5e9901cc0f81fa3f10211a6202f74485d9d;hp=9d8f0e9f09a9943c4152492f1823290571c1ac75;hb=231051474bcf3b3096d327a8853299e90139127d;hpb=a86aa7d152ed996170714a3a4516eab58bf8b59d 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; };