From: Jim Meyering Date: Thu, 7 Dec 2000 11:50:35 +0000 (+0000) Subject: (dir_name_r): Remove prototype. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=463d87230e272087fe30b7fa1c5c24e681288881;p=pspp (dir_name_r): Remove prototype. --- diff --git a/lib/dirname.h b/lib/dirname.h index 6824d7ba86..fc4669960c 100644 --- a/lib/dirname.h +++ b/lib/dirname.h @@ -28,7 +28,4 @@ char * dir_name PARAMS ((const char *path)); -size_t -dir_name_r PARAMS ((const char *path, const char **result)); - #endif /* not DIRNAME_H_ */