From: ellson Date: Tue, 8 Nov 2005 17:21:46 +0000 (+0000) Subject: janitor stuff - clean up some unitialized variable warnings X-Git-Tag: LAST_LIBGRAPH~32^2~6979 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95b57c029bbd49f762bd46c9ac9e0796c4728384;p=graphviz janitor stuff - clean up some unitialized variable warnings --- diff --git a/cmd/lefty/ws/x11/libfilereq/SelFile.c b/cmd/lefty/ws/x11/libfilereq/SelFile.c index 189c1870e..fb41228cd 100644 --- a/cmd/lefty/ws/x11/libfilereq/SelFile.c +++ b/cmd/lefty/ws/x11/libfilereq/SelFile.c @@ -103,7 +103,7 @@ extern char *sys_errlist[]; #include "SFDecls.h" #if !defined (SVR4) && !defined (SYSV) && !defined (USG) -extern char *getwd (); +extern char *getwd (char *); #endif /* !defined (SVR4) && !defined (SYSV) && !defined (USG) */ #ifdef HAVE_STDLIB_H