From 2a15b5cbc4c0b763a8bdc9a33f1e5a372de01ecc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 25 Apr 2002 16:31:41 +0000 Subject: [PATCH] Revert last change. --- src/remove.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remove.h b/src/remove.h index 8761634fbd..c35235fecb 100644 --- a/src/remove.h +++ b/src/remove.h @@ -55,5 +55,5 @@ enum RM_status rm PARAMS ((struct File_spec *fs, struct rm_options const *x, struct dev_ino const *cwd_dev_ino)); void fspec_init_file PARAMS ((struct File_spec *fs, const char *filename)); -void remove_init PARAMS ((struct rm_options const *x)); +void remove_init PARAMS ((void)); void remove_fini PARAMS ((void)); -- 2.47.3