diff options
Diffstat (limited to 'adb/adb_auth.h')
-rw-r--r-- | adb/adb_auth.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/adb/adb_auth.h b/adb/adb_auth.h index 635556e..1e1978d 100644 --- a/adb/adb_auth.h +++ b/adb/adb_auth.h @@ -19,10 +19,6 @@ #include "adb.h" -#ifdef __cplusplus -extern "C" { -#endif - extern int auth_enabled; int adb_auth_keygen(const char* filename); @@ -68,8 +64,4 @@ void adb_auth_confirm_key(unsigned char *data, size_t len, atransport *t); #endif // ADB_HOST -#ifdef __cplusplus -} -#endif - #endif // __ADB_AUTH_H |