From: Jim Meyering Date: Fri, 31 Aug 2001 09:09:35 +0000 (+0000) Subject: Update prototype. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021b941c922a0512cd9e0fb6dd8a9d274e36ef8e;p=pspp Update prototype. --- diff --git a/lib/savedir.h b/lib/savedir.h index 89be04d023..03b41f5b05 100644 --- a/lib/savedir.h +++ b/lib/savedir.h @@ -9,7 +9,6 @@ # endif # endif -char * -savedir PARAMS ((const char *dir, off_t name_size)); +char *savedir PARAMS ((const char *dir)); #endif