diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-25 16:31:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-25 16:31:41 +0000 |
commit | 2a15b5cbc4c0b763a8bdc9a33f1e5a372de01ecc (patch) | |
tree | 9fede36d746feb271ac1dea10a9e01c59e71f364 /src | |
parent | 2dbf41d0d08d375a39f4341b2410ddf3396dffb3 (diff) | |
download | coreutils-2a15b5cbc4c0b763a8bdc9a33f1e5a372de01ecc.tar.xz |
Revert last change.
Diffstat (limited to 'src')
-rw-r--r-- | src/remove.h | 2 |
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)); |