X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdaemon.h;h=83c9672dda602d59f61faa2e684280864a908732;hb=acbcbfaf39592b0b9c1864740ff0b3baad053b2e;hp=0ce56e181dab909d6b9a563db4a31180978de75f;hpb=82a5f441ccc8286885bcab082560207d50acfefd;p=libguestfs.git diff --git a/daemon/daemon.h b/daemon/daemon.h index 0ce56e1..83c9672 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -116,7 +116,7 @@ extern void cancel_receive (void); * Note max write size if GUESTFS_MAX_CHUNK_SIZE. */ extern int send_file_write (const void *buf, int len); -extern void send_file_end (int cancel); +extern int send_file_end (int cancel); /* only call this if there is a FileOut parameter */ extern void reply (xdrproc_t xdrp, char *ret);