From 40014d81f2c7793781c8afa74713d72da10e6f0f Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 17 Apr 2017 19:34:36 +0200 Subject: migration: Export qemu-file-channel.c functions in its own file Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert --- include/migration/qemu-file.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/migration/qemu-file.h') diff --git a/include/migration/qemu-file.h b/include/migration/qemu-file.h index 0cd648a733..b5ac800258 100644 --- a/include/migration/qemu-file.h +++ b/include/migration/qemu-file.h @@ -27,8 +27,6 @@ #include "qemu-common.h" #include "exec/cpu-common.h" -#include "io/channel.h" - /* Read a chunk of data from a file at the given position. The pos argument * can be ignored if the file is only be used for streaming. The number of @@ -119,8 +117,6 @@ typedef struct QEMUFileHooks { } QEMUFileHooks; QEMUFile *qemu_fopen_ops(void *opaque, const QEMUFileOps *ops); -QEMUFile *qemu_fopen_channel_input(QIOChannel *ioc); -QEMUFile *qemu_fopen_channel_output(QIOChannel *ioc); void qemu_file_set_hooks(QEMUFile *f, const QEMUFileHooks *hooks); int qemu_get_fd(QEMUFile *f); int qemu_fclose(QEMUFile *f); -- cgit 1.4.1