]> git.proxmox.com Git - mirror_qemu.git/blobdiff - buffered_file.h
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / buffered_file.h
index 926e5c6fc5fd2d4738c637b7af730793e83d50b6..ef010febfee83387fbe61a544b8eb18e1a5b5972 100644 (file)
 #include "hw/hw.h"
 #include "migration.h"
 
-typedef int (BufferedCloseFunc)(void *opaque);
-
-QEMUFile *qemu_fopen_ops_buffered(MigrationState *migration_state,
-                                  size_t xfer_limit,
-                                  BufferedCloseFunc *close);
+QEMUFile *qemu_fopen_ops_buffered(MigrationState *migration_state);
 
 #endif