From: Jim Meyering Date: Thu, 7 Dec 2000 11:50:35 +0000 (+0000) Subject: (dir_name_r): Remove prototype. X-Git-Tag: cvs-readonly~6136 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=463d87230e272087fe30b7fa1c5c24e681288881;p=gnulib.git (dir_name_r): Remove prototype. --- diff --git a/lib/dirname.h b/lib/dirname.h index 6824d7ba8..fc4669960 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_ */