summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-01-13 22:57:57 +0100
committerGravatar Jonathan Beck2009-01-13 22:57:57 +0100
commit0b89580643efb99dbdf24f4d0c6eed4857a7e6c6 (patch)
tree65ae0823c66599f6f1461c4af17d70df9f649e39
parent1a46027966ce7afe74955892c74a3b3b978ff9cb (diff)
downloadlibplist-0b89580643efb99dbdf24f4d0c6eed4857a7e6c6.tar.gz
libplist-0b89580643efb99dbdf24f4d0c6eed4857a7e6c6.tar.bz2
Add stdint swig declaration in interface.
-rw-r--r--swig/plist.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/swig/plist.i b/swig/plist.i
index f4e6df4..36d65ab 100644
--- a/swig/plist.i
+++ b/swig/plist.i
@@ -7,6 +7,9 @@ typedef struct {
7 plist_t node; 7 plist_t node;
8} PListNode; 8} PListNode;
9 %} 9 %}
10
11%include "stdint.i"
12
10/* Parse the header file to generate wrappers */ 13/* Parse the header file to generate wrappers */
11typedef enum { 14typedef enum {
12 PLIST_BOOLEAN, 15 PLIST_BOOLEAN,