From e229e28cb37bc6e938a0410d13d1afe94af57319 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 27 Oct 2014 02:40:14 +0100 Subject: debug: Fix linking failure on OS X by keeping debug level symbol internal This change keeps the debug level symbol within the internal convenience library and makes it accessible using an internal helper. This fixes linking, prevents new exported symbols and finally allows proper control of enabling debug messages. --- src/idevice.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/idevice.h') diff --git a/src/idevice.h b/src/idevice.h index 1a52480..08e24e6 100644 --- a/src/idevice.h +++ b/src/idevice.h @@ -46,8 +46,6 @@ #include "common/userpref.h" #include "libimobiledevice/libimobiledevice.h" -int idevice_debug_level; - enum connection_type { CONNECTION_USBMUXD = 1 }; -- cgit v1.1-32-gdbae