1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-23 01:50:05 +00:00
freeswitch/swig_common.i
2013-12-23 22:43:06 +05:00

8 lines
103 B
OpenEdge ABL

%typemap(newfree) char * "free($1);";
%newobject getGlobalVariable;
%rename(msleep) switch_msleep;