# HG changeset patch # User reimar # Date 1276972626 0 # Node ID a8ff91f401e253b7f073d810b5dcbd265b6fab75 # Parent 4a2394931e6e6818a6204a37d10035f8a3a40109 Add static to functions used only locally. diff -r 4a2394931e6e -r a8ff91f401e2 codec-cfg.c --- 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!='%'){