aboutsummaryrefslogtreecommitdiff
path: root/qemu-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-file.h')
-rw-r--r--qemu-file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-file.h b/qemu-file.h
index 31b83f6bb3..d8487cd881 100644
--- a/qemu-file.h
+++ b/qemu-file.h
@@ -71,7 +71,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_stdio_fd(QEMUFile *f);
-void qemu_fflush(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);