aboutsummaryrefslogtreecommitdiffstats
path: root/android/core-ui-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/core-ui-protocol.h')
-rw-r--r--android/core-ui-protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/core-ui-protocol.h b/android/core-ui-protocol.h
index 5fc2372..5ffe3d5 100644
--- a/android/core-ui-protocol.h
+++ b/android/core-ui-protocol.h
@@ -24,4 +24,7 @@
/* Changes the scale of the emulator window at runtime. */
void android_ui_set_window_scale(double scale, int is_dpi);
+/* Change the console port in the UI window */
+void android_ui_set_base_port(int port);
+
#endif // QEMU_ANDROID_CORE_UI_PROTOCOL_H