diff options
-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)); |