Commit 0b895806 authored by Jonathan Beck's avatar Jonathan Beck

Add stdint swig declaration in interface.

parent 1a460279
...@@ -7,6 +7,9 @@ typedef struct { ...@@ -7,6 +7,9 @@ typedef struct {
plist_t node; plist_t node;
} PListNode; } PListNode;
%} %}
%include "stdint.i"
/* Parse the header file to generate wrappers */ /* Parse the header file to generate wrappers */
typedef enum { typedef enum {
PLIST_BOOLEAN, PLIST_BOOLEAN,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment