summary refs log tree commit diff stats
path: root/qga/commands-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'qga/commands-common.h')
-rw-r--r--qga/commands-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qga/commands-common.h b/qga/commands-common.h
index af90e5481e..90785ed4bb 100644
--- a/qga/commands-common.h
+++ b/qga/commands-common.h
@@ -15,4 +15,7 @@ typedef struct GuestFileHandle GuestFileHandle;
 
 GuestFileHandle *guest_file_handle_find(int64_t id, Error **errp);
 
+GuestFileRead *guest_file_read_unsafe(GuestFileHandle *gfh,
+                                      int64_t count, Error **errp);
+
 #endif