Add prototype for foo to shut up GCC.
authorAndreas Jaeger <aj@suse.de>
Thu, 28 Dec 2000 06:57:34 +0000 (06:57 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 28 Dec 2000 06:57:34 +0000 (06:57 +0000)
dlfcn/errmsg1mod.c

index e59c220..bd631f2 100644 (file)
@@ -17,6 +17,7 @@
    Boston, MA 02111-1307, USA.  */
 
 extern int bar (void);
+extern int foo (void);
 
 int
 foo (void)