From c5d5fe98b24e7e9e34b06b88d5d9ae212ea74974 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Apr 2008 13:53:40 +0000 Subject: Mark all functions that are only used within the file as static. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26607 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS/netstream.c') diff --git a/TOOLS/netstream.c b/TOOLS/netstream.c index 7917811a93..a2b5bd3768 100644 --- a/TOOLS/netstream.c +++ b/TOOLS/netstream.c @@ -181,7 +181,7 @@ static int net_stream_close(client_t* cl) { return 1; } -int handle_client(client_t* cl,mp_net_stream_packet_t* pack) { +static int handle_client(client_t* cl,mp_net_stream_packet_t* pack) { if(!pack) return 0; -- cgit v1.2.3