dgaudet 98/03/17 11:42:21
Modified: src/helpers dummy.c Log: -Wmissing-prototypes Revision Changes Path 1.5 +2 -0 apache-1.3/src/helpers/dummy.c Index: dummy.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/dummy.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- dummy.c 1998/02/12 02:18:39 1.4 +++ dummy.c 1998/03/17 19:42:20 1.5 @@ -1,4 +1,6 @@ /* this file is used by TestLib */ +/* the extra decl is to shutup gcc -Wmissing-prototypes */ +extern int foo (const char *c); int foo ( const char *c ) { return *c;