diff options
| author | 2010-01-12 17:38:36 +0100 | |
|---|---|---|
| committer | 2010-01-12 17:38:36 +0100 | |
| commit | 3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (patch) | |
| tree | 5849ff972c4890b2db61a70c5e806cbd03a292b7 /swig | |
| parent | 219a8db037ec1cc163d2ad4902e6e4578040a2de (diff) | |
| download | libimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.gz libimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.bz2 | |
Rename utils to debug as it does exactly that, contain debug code
Diffstat (limited to 'swig')
| -rw-r--r-- | swig/iphone.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/iphone.i b/swig/iphone.i index 6b8ef3f..184f7f9 100644 --- a/swig/iphone.i +++ b/swig/iphone.i | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | #include <libiphone/mobilesync.h> | 8 | #include <libiphone/mobilesync.h> |
| 9 | #include <plist/plist.h> | 9 | #include <plist/plist.h> |
| 10 | #include <plist/plist++.h> | 10 | #include <plist/plist++.h> |
| 11 | #include "../src/utils.h" | 11 | #include "../src/debug.h" |
| 12 | typedef struct { | 12 | typedef struct { |
| 13 | iphone_device_t dev; | 13 | iphone_device_t dev; |
| 14 | } iPhone; | 14 | } iPhone; |
