diff options
Diffstat (limited to 'src/debug.c')
-rw-r--r-- | src/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.c b/src/debug.c index b194b0d..a40c249 100644 --- a/src/debug.c +++ b/src/debug.c @@ -28,7 +28,7 @@ #include <stdlib.h> #include "debug.h" -#include "libiphone/libiphone.h" +#include "libimobiledevice/libimobiledevice.h" int debug_level = 0; @@ -38,7 +38,7 @@ int debug_level = 0; * * @param level Set to 0 for no debugging or 1 for debugging. */ -void iphone_set_debug_level(int level) +void idevice_set_debug_level(int level) { debug_level = level; } |