]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Remove declarations of sender init functions.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Sep 2018 18:50:01 +0000 (20:50 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 2 Oct 2018 19:10:52 +0000 (21:10 +0200)
commita3a97518290b19c08667db167bdddba2f94d4b24
tree0b37447ce29b97b9250328f7793e529919069e82
parent6e2812e8cb09f4e5d9d12b9d768d134b36c3dd17
server: Remove declarations of sender init functions.

The init functions of the three senders have been made static long ago.
Since then vss_init() calls these functions indirectly through the
function pointer of the sender struct. Hence the declarations in
vss.c are no longer needed.
vss.c