summaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-01-28 22:18:41 +0100
committerGravatar Martin Szulecki2010-01-29 02:16:00 +0100
commit96101a1231a4ddfeb40fd738a24e108a3a904048 (patch)
tree65a8f54354d9acbbba93dac2c8602d07e469482c /src/debug.c
parent45b88ae3956de089fdc35605910f1359a1d3961c (diff)
downloadlibimobiledevice-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.c4
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
33int debug_level = 0; 33int 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 */
41void iphone_set_debug_level(int level) 41void idevice_set_debug_level(int level)
42{ 42{
43 debug_level = level; 43 debug_level = level;
44} 44}