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 d8487cd881..7fe7274d1f 100644
--- a/qemu-file.h
+++ b/qemu-file.h
@@ -232,6 +232,5 @@ static inline void qemu_get_sbe64s(QEMUFile *f, int64_t *pv)
}
int64_t qemu_ftell(QEMUFile *f);
-int64_t qemu_fseek(QEMUFile *f, int64_t pos, int whence);
#endif