aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol/core-commands-proxy.h
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-02-01 07:18:23 -0800
committerAndroid Code Review <code-review@android.com>2011-02-01 07:18:23 -0800
commitf4d4ca164dea606cee27e1f68d4742a3c57b0954 (patch)
tree1d8d2bbc7d13742129a0faad57ea51931c2e0080 /android/protocol/core-commands-proxy.h
parenta7880fe783781bbedf998916791ebd70fb252b88 (diff)
parent85276806ec6ac969d7befa2496c1de59adaaac74 (diff)
downloadexternal_qemu-f4d4ca164dea606cee27e1f68d4742a3c57b0954.zip
external_qemu-f4d4ca164dea606cee27e1f68d4742a3c57b0954.tar.gz
external_qemu-f4d4ca164dea606cee27e1f68d4742a3c57b0954.tar.bz2
Merge "Refactor attach-UI service"
Diffstat (limited to 'android/protocol/core-commands-proxy.h')
-rw-r--r--android/protocol/core-commands-proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/protocol/core-commands-proxy.h b/android/protocol/core-commands-proxy.h
index 8303ed4..4283296 100644
--- a/android/protocol/core-commands-proxy.h
+++ b/android/protocol/core-commands-proxy.h
@@ -29,4 +29,7 @@
*/
extern int coreCmdProxy_create(SockAddress* console_socket);
+/* Destroys the UI-side of the "ui-core-control" */
+void coreCmdProxy_destroy(void);
+
#endif /* _ANDROID_PROTOCOL_CORE_COMMANDS_PROXY_H */