[Freeswitch-svn] [commit] r13573 - freeswitch/trunk/src/include

FreeSWITCH SVN mikej at freeswitch.org
Wed Jun 3 08:43:41 PDT 2009


Author: mikej
Date: Wed Jun  3 10:43:41 2009
New Revision: 13573

Log:
fix msvc function tagging for code analysis

Modified:
   freeswitch/trunk/src/include/switch_utils.h

Modified: freeswitch/trunk/src/include/switch_utils.h
==============================================================================
--- freeswitch/trunk/src/include/switch_utils.h	(original)
+++ freeswitch/trunk/src/include/switch_utils.h	Wed Jun  3 10:43:41 2009
@@ -172,7 +172,7 @@
   \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



More information about the Freeswitch-svn mailing list