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 @@ | |||
| 28 | #include <stdlib.h> | 28 | #include <stdlib.h> |
| 29 | 29 | ||
| 30 | #include "debug.h" | 30 | #include "debug.h" |
| 31 | #include "libiphone/libiphone.h" | 31 | #include "libimobiledevice/libimobiledevice.h" |
| 32 | 32 | ||
| 33 | int debug_level = 0; | 33 | int debug_level = 0; |
| 34 | 34 | ||
| @@ -38,7 +38,7 @@ int debug_level = 0; | |||
| 38 | * | 38 | * |
| 39 | * @param level Set to 0 for no debugging or 1 for debugging. | 39 | * @param level Set to 0 for no debugging or 1 for debugging. |
| 40 | */ | 40 | */ |
| 41 | void iphone_set_debug_level(int level) | 41 | void idevice_set_debug_level(int level) |
| 42 | { | 42 | { |
| 43 | debug_level = level; | 43 | debug_level = level; |
| 44 | } | 44 | } |
