summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-05-11 08:16:22 -0700
committerGravatar Matt Colyer2009-05-11 08:16:22 -0700
commit6c25d6104412dcbbc50096878c69f648aeae345d (patch)
tree28f9ae20185faddb389eecdc8cf80ff23b36872e /swig
parent9e59d5ad283d7ff8d22ec224b6a144edfa6adba5 (diff)
downloadlibimobiledevice-6c25d6104412dcbbc50096878c69f648aeae345d.tar.gz
libimobiledevice-6c25d6104412dcbbc50096878c69f648aeae345d.tar.bz2
Revert the last patch as it breaks rather than helps (on my system atleast)
Diffstat (limited to 'swig')
-rw-r--r--swig/iphone.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/iphone.i b/swig/iphone.i
index bf66352..ae2e97f 100644
--- a/swig/iphone.i
+++ b/swig/iphone.i
@@ -4,7 +4,7 @@
4 %{ 4 %{
5 /* Includes the header in the wrapper code */ 5 /* Includes the header in the wrapper code */
6 #include <libiphone/libiphone.h> 6 #include <libiphone/libiphone.h>
7 #include <plist.h> 7 #include <plist/plist.h>
8#include "../src/utils.h" 8#include "../src/utils.h"
9 typedef struct { 9 typedef struct {
10 iphone_device_t dev; 10 iphone_device_t dev;
@@ -29,7 +29,7 @@ MobileSync* my_new_MobileSync(Lockdownd* lckd);
29 %} 29 %}
30/* Parse the header file to generate wrappers */ 30/* Parse the header file to generate wrappers */
31%include "stdint.i" 31%include "stdint.i"
32%include "swig/plist.i" 32%include "plist/swig/plist.i"
33 33
34#define DBGMASK_ALL 0xFFFF 34#define DBGMASK_ALL 0xFFFF
35#define DBGMASK_NONE 0x0000 35#define DBGMASK_NONE 0x0000