fix msvc function tagging for code analysis

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13573 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-06-03 15:43:41 +00:00
parent d59ebd6450
commit 628ba5f21e
1 changed files with 1 additions and 1 deletions

View File

@ -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