summaryrefslogtreecommitdiff
path: root/trunk/Examples/php/sync/example.i
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/Examples/php/sync/example.i')
-rw-r--r--trunk/Examples/php/sync/example.i7
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/Examples/php/sync/example.i b/trunk/Examples/php/sync/example.i
new file mode 100644
index 000000000..17ff87cf3
--- /dev/null
+++ b/trunk/Examples/php/sync/example.i
@@ -0,0 +1,7 @@
+%module example
+
+%{
+#include "example.h"
+%}
+
+%include "example.h"