diff options
Diffstat (limited to 'adb/qemu_tracing.h')
-rw-r--r-- | adb/qemu_tracing.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/adb/qemu_tracing.h b/adb/qemu_tracing.h index bf80457..ff42d4f 100644 --- a/adb/qemu_tracing.h +++ b/adb/qemu_tracing.h @@ -21,16 +21,8 @@ #ifndef __QEMU_TRACING_H #define __QEMU_TRACING_H -#ifdef __cplusplus -extern "C" { -#endif - /* Initializes connection with the adb-debug qemud service in the emulator. */ int adb_qemu_trace_init(void); void adb_qemu_trace(const char* fmt, ...); -#ifdef __cplusplus -} -#endif - #endif /* __QEMU_TRACING_H */ |