diff options
author | Martin Szulecki | 2014-10-27 02:40:14 +0100 |
---|---|---|
committer | Martin Szulecki | 2014-10-27 02:40:14 +0100 |
commit | e229e28cb37bc6e938a0410d13d1afe94af57319 (patch) | |
tree | 45b1356d2880501888d9fbf46e1c944a94f6ad81 /src/idevice.h | |
parent | 1e86eab358edcd647b2d3544570e4f6988cc2aa5 (diff) | |
download | libimobiledevice-e229e28cb37bc6e938a0410d13d1afe94af57319.tar.gz libimobiledevice-e229e28cb37bc6e938a0410d13d1afe94af57319.tar.bz2 |
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.
Diffstat (limited to 'src/idevice.h')
-rw-r--r-- | src/idevice.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 }; |