summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-08-06 00:20:27 +0200
committerTao Bao <tbao@google.com>2015-08-06 22:05:00 +0200
commite6aa3326c1dbebac95eebc320d2c419f0ae9f9b9 (patch)
tree8fc195887d4dfd4204463078632a904cc4912736 /common.h
parentMerge "udpater: Call fsync() after rename()." (diff)
downloadandroid_bootable_recovery-e6aa3326c1dbebac95eebc320d2c419f0ae9f9b9.tar
android_bootable_recovery-e6aa3326c1dbebac95eebc320d2c419f0ae9f9b9.tar.gz
android_bootable_recovery-e6aa3326c1dbebac95eebc320d2c419f0ae9f9b9.tar.bz2
android_bootable_recovery-e6aa3326c1dbebac95eebc320d2c419f0ae9f9b9.tar.lz
android_bootable_recovery-e6aa3326c1dbebac95eebc320d2c419f0ae9f9b9.tar.xz
android_bootable_recovery-e6aa3326c1dbebac95eebc320d2c419f0ae9f9b9.tar.zst
android_bootable_recovery-e6aa3326c1dbebac95eebc320d2c419f0ae9f9b9.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/common.h b/common.h
index b818ceb84..de8b409fd 100644
--- a/common.h
+++ b/common.h
@@ -21,10 +21,6 @@
#include <stdio.h>
#include <stdarg.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#define LOGE(...) ui_print("E:" __VA_ARGS__)
#define LOGW(...) fprintf(stdout, "W:" __VA_ARGS__)
#define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__)
@@ -50,8 +46,4 @@ void ui_print(const char* format, ...);
bool is_ro_debuggable();
-#ifdef __cplusplus
-}
-#endif
-
#endif // RECOVERY_COMMON_H