# HG changeset patch # User nicodvb # Date 1151141227 0 # Node ID c56ae984dbc1a2cfdf88049b58811780e41e46d9 # Parent b52ed08b17ada180f27ec8efbb7fa19297f5028d static-ized a couple of functions diff -r b52ed08b17ad -r c56ae984dbc1 libmpdemux/rtp.c --- a/libmpdemux/rtp.c Sat Jun 24 09:10:06 2006 +0000 +++ b/libmpdemux/rtp.c Sat Jun 24 09:27:07 2006 +0000 @@ -187,7 +187,7 @@ // Read next rtp packet using cache -int read_rtp_from_server(int fd, char *buffer, int length) { +static int read_rtp_from_server(int fd, char *buffer, int length) { // Following test is ASSERT (i.e. uneuseful if code is correct) if(buffer==NULL || length