summaryrefslogtreecommitdiffstats
path: root/adb/adb_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb_auth.h')
-rw-r--r--adb/adb_auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/adb_auth.h b/adb/adb_auth.h
index 4431b5b..cece5e3 100644
--- a/adb/adb_auth.h
+++ b/adb/adb_auth.h
@@ -21,6 +21,8 @@
extern "C" {
#endif
+extern int auth_enabled;
+
void adb_auth_init(void);
int adb_auth_keygen(const char* filename);
void adb_auth_verified(atransport *t);