aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-30 16:39:14 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-30 16:39:14 +0000
commit07b720f37adfe988f00c57e27924ce9340d0bf9d (patch)
treee2af8072baf48e4b37442e6354fb485ae0890274 /include/asterisk/rtp.h
parentabb0116af65bbfdd986349f5ac3a75fbee332897 (diff)
- doxygen fixes
- change function to void because it always returned the same value and no one read it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@101268 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/rtp.h')
-rw-r--r--include/asterisk/rtp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index 003ff268f..8d853903b 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -262,13 +262,13 @@ void ast_rtp_init(void); /*! Initialize RTP
int ast_rtp_reload(void); /*! reload rtp configuration */
void ast_rtp_new_init(struct ast_rtp *rtp);
-/*! Set codec preference */
-int ast_rtp_codec_setpref(struct ast_rtp *rtp, struct ast_codec_pref *prefs);
+/*! \brief Set codec preference */
+void ast_rtp_codec_setpref(struct ast_rtp *rtp, struct ast_codec_pref *prefs);
-/*! Get codec preference */
+/*! \brief Get codec preference */
struct ast_codec_pref *ast_rtp_codec_getpref(struct ast_rtp *rtp);
-/*! get format from predefined dynamic payload format */
+/*! \brief get format from predefined dynamic payload format */
int ast_rtp_codec_getformat(int pt);
/*! \brief Set rtp timeout */