]> git.ipfire.org Git - thirdparty/freeswitch.git/blob - swig_common.i
[Core] check_ice: sanitize second field of the candidates. Add new switch_is_uint_in_...
[thirdparty/freeswitch.git] / swig_common.i
1 %typemap(newfree) char * "free($1);";
2 %newobject getGlobalVariable;
3 %rename(msleep) switch_msleep;
4
5
6
7