diff options
| author | 2010-01-28 22:18:41 +0100 | |
|---|---|---|
| committer | 2010-01-29 02:16:00 +0100 | |
| commit | 96101a1231a4ddfeb40fd738a24e108a3a904048 (patch) | |
| tree | 65a8f54354d9acbbba93dac2c8602d07e469482c /src/debug.c | |
| parent | 45b88ae3956de089fdc35605910f1359a1d3961c (diff) | |
| download | libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.gz libimobiledevice-96101a1231a4ddfeb40fd738a24e108a3a904048.tar.bz2 | |
Global renames due to project rename to libimobiledevice
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 | } |
