mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-25 18:19:00 +02:00
(remove_cwd_entries): Declare to be static.
This commit is contained in:
+1
-1
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user