From 628ba5f21e78b0246153959729c9b1b8d0261251 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 3 Jun 2009 15:43:41 +0000 Subject: [PATCH] fix msvc function tagging for code analysis git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13573 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_utils.h b/src/include/switch_utils.h index 9daf28db01..22626bfa0e 100644 --- a/src/include/switch_utils.h +++ b/src/include/switch_utils.h @@ -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