Added linkage variable as an int. This is a wild-guess

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@313 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-03-02 03:28:52 +00:00
commit ef2d1f1d89

View file

@ -30,6 +30,7 @@ private:
char *prefix;
char *module;
char *package;
int linkage;
void get_pointer(char *iname, int parm, DataType *t, WrapperFunction &f);
void usage_var(char *, DataType *, String &usage);
void usage_func(char *, DataType *, ParmList *, String &usage);