]> git.proxmox.com Git - qemu.git/blobdiff - qemu-file.h
fix live migration
[qemu.git] / qemu-file.h
index d552f5d90672f0523fe0c17c8ba5c6892bd8a2d3..d64bdbb19b63ca12b74949de878299573cca6df3 100644 (file)
@@ -80,7 +80,6 @@ QEMUFile *qemu_fopen_socket(int fd);
 QEMUFile *qemu_popen(FILE *popen_file, const char *mode);
 QEMUFile *qemu_popen_cmd(const char *command, const char *mode);
 int qemu_get_fd(QEMUFile *f);
-int qemu_stdio_fd(QEMUFile *f);
 int qemu_fclose(QEMUFile *f);
 void qemu_put_buffer(QEMUFile *f, const uint8_t *buf, int size);
 void qemu_put_byte(QEMUFile *f, int v);