summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-25 16:31:41 +0000
committerJim Meyering <jim@meyering.net>2002-04-25 16:31:41 +0000
commit2a15b5cbc4c0b763a8bdc9a33f1e5a372de01ecc (patch)
tree9fede36d746feb271ac1dea10a9e01c59e71f364 /src
parent2dbf41d0d08d375a39f4341b2410ddf3396dffb3 (diff)
downloadcoreutils-2a15b5cbc4c0b763a8bdc9a33f1e5a372de01ecc.tar.xz
Revert last change.
Diffstat (limited to 'src')
-rw-r--r--src/remove.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.h b/src/remove.h
index 8761634fb..c35235fec 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));