Mercurial > mplayer.hg
changeset 31408:a8ff91f401e2
Add static to functions used only locally.
author | reimar |
---|---|
date | Sat, 19 Jun 2010 18:37:06 +0000 |
parents | 4a2394931e6e |
children | e30f35607bcf |
files | codec-cfg.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.c Sat Jun 19 18:35:06 2010 +0000 +++ b/codec-cfg.c Sat Jun 19 18:37:06 2010 +0000 @@ -920,7 +920,7 @@ #ifdef CODECS2HTML -void wrapline(FILE *f2,char *s){ +static void wrapline(FILE *f2,char *s){ int c; if(!s){ fprintf(f2,"-"); @@ -931,7 +931,7 @@ } } -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!='%'){