From 0eafe269bfc3c42ad5194986eb6a2212ace13063 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 6 Apr 2006 03:15:41 +0000 Subject: [PATCH] add a new Protocol git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1063 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_rtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_rtp.h b/src/include/switch_rtp.h index 74fa0365ce..962984cc2c 100644 --- a/src/include/switch_rtp.h +++ b/src/include/switch_rtp.h @@ -46,7 +46,7 @@ extern "C" { #endif -///\defgroup rtp RTP (RealTime Transport) +///\defgroup rtp RTP (RealTime Transport Protocol) ///\ingroup core1 ///\{ typedef void (*switch_rtp_invalid_handler)(switch_rtp *rtp_session,