aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol/user-events-proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/protocol/user-events-proxy.h')
-rw-r--r--android/protocol/user-events-proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/protocol/user-events-proxy.h b/android/protocol/user-events-proxy.h
index 95f6614..08a80cf 100644
--- a/android/protocol/user-events-proxy.h
+++ b/android/protocol/user-events-proxy.h
@@ -27,4 +27,7 @@
*/
extern int userEventsProxy_create(SockAddress* console_socket);
+/* Destroys the UI-side of the "user-events". */
+extern void userEventsProxy_destroy(void);
+
#endif /* _ANDROID_PROTOCOL_USER_EVENTS_PROXY_H */