From: Jim Meyering Date: Mon, 22 Apr 2002 07:35:32 +0000 (+0000) Subject: (remove_init): Adjust prototype. X-Git-Tag: SH-UTILS-2_0_12~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1014ac7ccb842c34b5778e1f35fc71e6fc3b3d9;p=thirdparty%2Fcoreutils.git (remove_init): Adjust prototype. --- diff --git a/src/remove.h b/src/remove.h index c35235fecb..8761634fbd 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));