]> git.tuebingen.mpg.de Git - paraslash.git/commit
Intoduce send_common.c and use it from the dccp sender.
authorAndre Noll <maan@systemlinux.org>
Sat, 2 Feb 2008 20:28:51 +0000 (21:28 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 2 Feb 2008 20:28:51 +0000 (21:28 +0100)
commit2abba90245f87fab096edfc3faf7df61646b713f
treecfd91752b0baa668b057a42724564e8c3d0962fc
parent8268a10edbdbb77d9e1b82a27dcc5b2b465412d1
Intoduce send_common.c and use it from the dccp sender.

This new file contains code that was identical for the
dccp and the http sender. A subsequent patch will convert
the http sender to also use the shared code in send_common.c
command.c
configure.ac
dccp_send.c
error.h
http_send.c
ortp_send.c
send.h
send_common.c [new file with mode: 0644]
server.c
vss.c