freeswitch/src/switch_swig.i
2011-10-21 08:56:42 -05:00

10 lines
168 B
OpenEdge ABL

%module fs_elmoscript
%typemap(newfree) char * "free($1);";
%newobject getGlobalVariable;
%{
#include "switch.h"
%}
%include "/usr/local/freeswitch/include/switch.h"