missing function declaration fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11040 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2009-01-08 19:12:24 +00:00
parent 2e68619a9f
commit a1fdbfd282
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
/* File : example.i */
%module example
%{
#include "example.h"
%}
%include "arrays_csharp.i"
%apply int INPUT[] { int* sourceArray }