]> git.ipfire.org Git - thirdparty/freeswitch.git/blame - swig_common.i
[build] Split `create_dsc` and `create-orig` functions in `util.sh`.
[thirdparty/freeswitch.git] / swig_common.i
CommitLineData
808e90b7
AM
1%typemap(newfree) char * "free($1);";
2%newobject getGlobalVariable;
1af72288
AM
3%rename(msleep) switch_msleep;
4
5
6
7