Implement _send_sync, _send_file_sync and _receive_file_sync.
[libguestfs.git] / daemon / daemon.h
index ca71265..f18e2d4 100644 (file)
@@ -64,6 +64,13 @@ extern void main_loop (int sock);
 extern void reply_with_error (const char *fs, ...);
 extern void reply_with_perror (const char *fs, ...);
 
+/* daemon functions that receive files (FileIn) should call
+ * receive_file for each FileIn parameter.
+ */
+#if 0
+extern void receive_file ();
+#endif
+
 /* daemon functions that return files (FileOut) should call
  * reply, then send_file for each FileOut parameter.
  */