]> git.ipfire.org Git - thirdparty/freeswitch.git/blob - swig_common.i
Merge pull request #2175 from signalwire/curl
[thirdparty/freeswitch.git] / swig_common.i
1 %typemap(newfree) char * "free($1);";
2 %newobject getGlobalVariable;
3 %rename(msleep) switch_msleep;
4
5
6
7