summaryrefslogtreecommitdiffstats
path: root/adb/adb_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb_client.h')
-rw-r--r--adb/adb_client.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/adb/adb_client.h b/adb/adb_client.h
index 9af176f..934362a 100644
--- a/adb/adb_client.h
+++ b/adb/adb_client.h
@@ -3,10 +3,6 @@
#include "adb.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* connect to adb, connect to the named service, and return
** a valid fd for interacting with that service upon success
** or a negative number on failure
@@ -58,8 +54,4 @@ const char *adb_error(void);
*/
int adb_status(int fd);
-#ifdef __cplusplus
-}
-#endif
-
#endif