freeswitch/src/switch_swig.i

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"