summaryrefslogtreecommitdiffstats
path: root/src/NotificationProxy.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-12 17:38:36 +0100
committerGravatar Martin Szulecki2010-01-12 17:38:36 +0100
commit3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (patch)
tree5849ff972c4890b2db61a70c5e806cbd03a292b7 /src/NotificationProxy.c
parent219a8db037ec1cc163d2ad4902e6e4578040a2de (diff)
downloadlibimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.gz
libimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.bz2
Rename utils to debug as it does exactly that, contain debug code
Diffstat (limited to 'src/NotificationProxy.c')
-rw-r--r--src/NotificationProxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NotificationProxy.c b/src/NotificationProxy.c
index ef2063c..1b13a29 100644
--- a/src/NotificationProxy.c
+++ b/src/NotificationProxy.c
@@ -28,7 +28,7 @@
28 28
29#include "NotificationProxy.h" 29#include "NotificationProxy.h"
30#include "property_list_service.h" 30#include "property_list_service.h"
31#include "utils.h" 31#include "debug.h"
32 32
33struct np_thread { 33struct np_thread {
34 np_client_t client; 34 np_client_t client;