diff options
| author | Jim Meyering <jim@meyering.net> | 2002-04-22 07:35:32 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2002-04-22 07:35:32 +0000 |
| commit | f1014ac7ccb842c34b5778e1f35fc71e6fc3b3d9 (patch) | |
| tree | ca70757829e8834bfa4de0c71c24b922451f8b02 /src/remove.h | |
| parent | (rm, remove_init, remove_fini): Don't use or even (diff) | |
| download | coreutils-f1014ac7ccb842c34b5778e1f35fc71e6fc3b3d9.tar.gz coreutils-f1014ac7ccb842c34b5778e1f35fc71e6fc3b3d9.zip | |
(remove_init): Adjust prototype.
Diffstat (limited to 'src/remove.h')
| -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 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)); |
