提交 628ba5f2 authored 作者: Michael Jerris's avatar Michael Jerris

fix msvc function tagging for code analysis

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13573 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d59ebd64
......@@ -172,7 +172,7 @@ SWITCH_DECLARE(switch_status_t) switch_frame_free(switch_frame_t **frame);
\return SWITCH_STATUS_SUCCESSS for success, otherwise failure
*/
SWITCH_DECLARE(switch_status_t) switch_find_local_ip(_Out_opt_bytecapcount_(len)
char *buf, _In_ int len, _In_ int *mask, _In_ int family);
char *buf, _In_ int len, _In_opt_ int *mask, _In_ int family);
/*!
\brief find the char representation of an ip adress
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论