janitor stuff - clean up some unitialized variable warnings
authorellson <devnull@localhost>
Tue, 8 Nov 2005 17:21:46 +0000 (17:21 +0000)
committerellson <devnull@localhost>
Tue, 8 Nov 2005 17:21:46 +0000 (17:21 +0000)
cmd/lefty/ws/x11/libfilereq/SelFile.c

index 189c1870e6c0cf7b8374d06de6b1cf6169318e9c..fb41228cdb66b9f427ef82735eff6431cc24c67a 100644 (file)
@@ -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