X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fdaemon.h;h=83c9672dda602d59f61faa2e684280864a908732;hp=0ce56e181dab909d6b9a563db4a31180978de75f;hb=d1c35f871022e40f9abd93048c1115c6565f94cb;hpb=0c92c583d5291e1a3a966b36f107bf48e4bfad93 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);