summaryrefslogtreecommitdiff
path: root/staging/rtp.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-08-13 12:09:28 +0200
committerTobias Klauser <tobias.klauser@gmail.com>2020-08-19 13:16:51 +0200
commitbfa3c89317869ffe1e90b7e01e7cacad7a7ea10e (patch)
tree69a429ad9d42236b7b8db6258c76d64bf7575762 /staging/rtp.c
parentca09a6f34d70e3a8ea495a6b2b71cd6d598d5ffb (diff)
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>
Diffstat (limited to 'staging/rtp.c')
-rw-r--r--staging/rtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/staging/rtp.c b/staging/rtp.c
index 54a195e..da40884 100644
--- a/staging/rtp.c
+++ b/staging/rtp.c
@@ -56,7 +56,6 @@
"|\n"
-
int create_rtp_packet(void)
{
u_int8_t byte1, byte2;