1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-19 08:09:14 +00:00
freeswitch/swig_common.i

8 lines
103 B
OpenEdge ABL
Raw Normal View History

2011-10-21 10:15:15 -05:00
%typemap(newfree) char * "free($1);";
%newobject getGlobalVariable;
2013-12-23 22:43:06 +05:00
%rename(msleep) switch_msleep;