]> git.tuebingen.mpg.de Git - paraslash.git/commit
send: Make ->send_fec() return void.
authorAndre Noll <maan@systemlinux.org>
Mon, 5 Dec 2011 20:04:02 +0000 (21:04 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Dec 2011 16:23:42 +0000 (17:23 +0100)
commita0013831ff918ac229066c9c804f75e1b50011c5
treedda26b46ed0843d70e9ce916326fb581826b38e2
parentd16fe3df649cb48d5ffa26187da3dad4c3066646
send: Make ->send_fec() return void.

There is only one caller, vss_send(), which ignores the return value.
So there is no point in returning an error code from this method.
dccp_send.c
send.h
udp_send.c