diff options
Diffstat (limited to 'qemu-file.h')
-rw-r--r-- | qemu-file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-file.h b/qemu-file.h index 289849a789..8dd920790c 100644 --- a/qemu-file.h +++ b/qemu-file.h @@ -103,7 +103,6 @@ int qemu_file_rate_limit(QEMUFile *f); int64_t qemu_file_set_rate_limit(QEMUFile *f, int64_t new_rate); int64_t qemu_file_get_rate_limit(QEMUFile *f); int qemu_file_get_error(QEMUFile *f); -void qemu_file_set_error(QEMUFile *f, int error); /* Try to send any outstanding data. This function is useful when output is * halted due to rate limiting or EAGAIN errors occur as it can be used to |