From 78df00cae061a452e548dc2cd12df5f070833b93 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Sep 1998 20:27:45 +0000 Subject: [PATCH] (remove_cwd_entries): Declare to be static. --- src/remove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remove.c b/src/remove.c index 995e931859..292282199e 100644 --- a/src/remove.c +++ b/src/remove.c @@ -425,7 +425,7 @@ same_file (const char *file_1, const char *file_2) /* Recursively remove all of the entries in the current directory. Return an indication of the success of the operation. */ -enum RM_status +static enum RM_status remove_cwd_entries (const struct rm_options *x) { /* NOTE: this is static. */ -- 2.47.3