From 7b06841395081d0a4b60a8c75531742c7ba92e70 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Fri, 31 Mar 2006 10:29:50 +0000 Subject: removal of trailing whitespace and useless 'extern' git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16653 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/rtp.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/asterisk/rtp.h') diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h index c64f76684..3b19da0cc 100644 --- a/include/asterisk/rtp.h +++ b/include/asterisk/rtp.h @@ -16,10 +16,10 @@ * at the top of the source tree. */ -/*! +/*! * \file rtp.h * \brief Supports RTP and RTCP with Symmetric RTP support for NAT traversal. - * + * * RTP is defined in RFC 3550. */ @@ -62,9 +62,9 @@ struct ast_rtp_protocol { /*! * \brief Structure representing a RTP session. - * + * * RTP session is defined on page 9 of RFC 3550: "An association among a set of participants communicating with RTP. A participant may be involved in multiple RTP sessions at the same time [...]" - * + * */ struct ast_rtp; @@ -72,7 +72,7 @@ typedef int (*ast_rtp_callback)(struct ast_rtp *rtp, struct ast_frame *f, void * /*! * \brief Initializate a RTP session. - * + * * \param sched * \param io * \param rtcpenable @@ -83,9 +83,9 @@ struct ast_rtp *ast_rtp_new(struct sched_context *sched, struct io_context *io, /*! * \brief Initializate a RTP session using an in_addr structure. - * + * * This fuction gets called by ast_rtp_new(). - * + * * \param sched * \param io * \param rtcpenable -- cgit v1.2.3