提交 1af72288 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-6061 --resolve

上级 8f73c4ef
......@@ -1306,7 +1306,7 @@ SWITCH_DECLARE(bool) email(char *to, char *from, char *headers, char *body, char
return false;
}
SWITCH_DECLARE(void) msleep(unsigned ms)
SWITCH_DECLARE(void) switch_msleep(unsigned ms)
{
switch_sleep(ms * 1000);
return;
......
%typemap(newfree) char * "free($1);";
%newobject getGlobalVariable;
%rename(msleep) switch_msleep;
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论