summaryrefslogtreecommitdiff
path: root/src/remove.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-22 07:35:32 +0000
committerJim Meyering <jim@meyering.net>2002-04-22 07:35:32 +0000
commitf1014ac7ccb842c34b5778e1f35fc71e6fc3b3d9 (patch)
treeca70757829e8834bfa4de0c71c24b922451f8b02 /src/remove.h
parent8fd6feded96d7446631d4d88a889e50d76f46682 (diff)
downloadcoreutils-f1014ac7ccb842c34b5778e1f35fc71e6fc3b3d9.tar.xz
(remove_init): Adjust prototype.
Diffstat (limited to 'src/remove.h')
-rw-r--r--src/remove.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.h b/src/remove.h
index c35235fec..8761634fb 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 ((void));
+void remove_init PARAMS ((struct rm_options const *x));
void remove_fini PARAMS ((void));