From: Norm Brandinger Date: Tue, 18 Aug 2020 15:52:19 +0000 (-0400) Subject: [Documentation] Fix parameter definitions in switch_core_media_bug_add() X-Git-Tag: v1.10.5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8beac6c39b43be7559231501f46c7d1fc1df9fab;p=thirdparty%2Ffreeswitch.git [Documentation] Fix parameter definitions in switch_core_media_bug_add() --- diff --git a/src/include/switch_core.h b/src/include/switch_core.h index cad1e0cb17..7fed580d2e 100644 --- a/src/include/switch_core.h +++ b/src/include/switch_core.h @@ -285,6 +285,8 @@ SWITCH_DECLARE(switch_vid_spy_fmt_t) switch_media_bug_parse_spy_fmt(const char * /*! \brief Add a media bug to the session \param session the session to add the bug to + \param function user defined module/function/reason identifying this bug + \param target user defined identification of the target of the bug \param callback a callback for events \param user_data arbitrary user data \param stop_time absolute time at which the bug is automatically removed (or 0)