[Asterisk-cvs] asterisk/include/asterisk rtp.h,1.16,1.17
markster at lists.digium.com
markster at lists.digium.com
Tue Dec 28 11:40:37 CST 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv12844/include/asterisk
Modified Files:
rtp.h
Log Message:
Permit RTP to be reset
Index: rtp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/rtp.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- rtp.h 26 Aug 2004 04:56:26 -0000 1.16
+++ rtp.h 28 Dec 2004 16:35:31 -0000 1.17
@@ -3,9 +3,9 @@
*
* Real-time Transport Protocol support
*
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999-2005, Digium
*
- * Mark Spencer <markster at linux-support.net>
+ * Mark Spencer <markster at digium.com>
*
* This program is free software, distributed under the terms of
* the GNU General Public License
@@ -60,6 +60,8 @@
void ast_rtp_destroy(struct ast_rtp *rtp);
+void ast_rtp_reset(struct ast_rtp *rtp);
+
void ast_rtp_set_callback(struct ast_rtp *rtp, ast_rtp_callback callback);
void ast_rtp_set_data(struct ast_rtp *rtp, void *data);
More information about the svn-commits
mailing list