mausezahn: make needlessly global variables static
commitbfa3c89317869ffe1e90b7e01e7cacad7a7ea10e
authorTobias Klauser <tklauser@distanz.ch>
Thu, 13 Aug 2020 10:09:28 +0000 (13 12:09 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 19 Aug 2020 11:16:51 +0000 (19 13:16 +0200)
tree69a429ad9d42236b7b8db6258c76d64bf7575762
parentca09a6f34d70e3a8ea495a6b2b71cd6d598d5ffb
mausezahn: make needlessly global variables static

Move variables only used withing a single compilation unit from mz.h and
make them static. This avoids "multiple definition of symbol" linker
errors with gcc-10.

Updates #216

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
staging/dns.c
staging/mz.h
staging/rcv_rtp.c
staging/rtp.c