summaryrefslogtreecommitdiffstats
path: root/swig/plist.i
diff options
context:
space:
mode:
Diffstat (limited to 'swig/plist.i')
-rw-r--r--swig/plist.i5
1 files changed, 3 insertions, 2 deletions
diff --git a/swig/plist.i b/swig/plist.i
index 78f102f..f4e6df4 100644
--- a/swig/plist.i
+++ b/swig/plist.i
@@ -1,5 +1,5 @@
1 /* swig.i */ 1 /* swig.i */
2 %module PList 2 %module(package="libplist") PList
3 %{ 3 %{
4 /* Includes the header in the wrapper code */ 4 /* Includes the header in the wrapper code */
5 #include <plist/plist.h> 5 #include <plist/plist.h>
@@ -168,4 +168,5 @@ typedef struct {
168 plist_to_bin($self->node, &s, &l); 168 plist_to_bin($self->node, &s, &l);
169 return s; 169 return s;
170 } 170 }
171}; \ No newline at end of file 171};
172