From 65564cdf2c521f89ffc05999020214d9e54fb2da Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 19 Jun 2010 18:37:06 +0000 Subject: codec-cfg.c: Add static to functions used only locally. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31474 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'codec-cfg.c') diff --git a/codec-cfg.c b/codec-cfg.c index 70454b2dd4..a6c1addee6 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -921,7 +921,7 @@ void list_codecs(int audioflag){ #ifdef CODECS2HTML -void wrapline(FILE *f2,char *s){ +static void wrapline(FILE *f2,char *s){ int c; if(!s){ fprintf(f2,"-"); @@ -932,7 +932,7 @@ void wrapline(FILE *f2,char *s){ } } -void parsehtml(FILE *f1,FILE *f2,codecs_t *codec,int section,int dshow){ +static void parsehtml(FILE *f1,FILE *f2,codecs_t *codec,int section,int dshow){ int c,d; while((c=fgetc(f1))>=0){ if(c!='%'){ -- cgit v1.2.3