diff options
author | Martin Szulecki | 2014-10-26 16:40:55 +0100 |
---|---|---|
committer | Martin Szulecki | 2014-10-26 16:40:55 +0100 |
commit | 1e86eab358edcd647b2d3544570e4f6988cc2aa5 (patch) | |
tree | 001359149c1d54804a90260deb29f6c761f7d7e7 /src/idevice.h | |
parent | 9418c9957a4bd10c2a6fd19c7e38553fd51a59bf (diff) | |
download | libimobiledevice-1e86eab358edcd647b2d3544570e4f6988cc2aa5.tar.gz libimobiledevice-1e86eab358edcd647b2d3544570e4f6988cc2aa5.tar.bz2 |
debug: Fix symbol locality for linker so debug messages are printed again
Diffstat (limited to 'src/idevice.h')
-rw-r--r-- | src/idevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/idevice.h b/src/idevice.h index 575e313..1a52480 100644 --- a/src/idevice.h +++ b/src/idevice.h @@ -44,9 +44,10 @@ #endif #include "common/userpref.h" - #include "libimobiledevice/libimobiledevice.h" +int idevice_debug_level; + enum connection_type { CONNECTION_USBMUXD = 1 }; |