diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-04 10:32:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-04 10:32:21 +0000 |
commit | 6df04c92887f7da4d48daa773de6274b296d248a (patch) | |
tree | 817fa11a7adfcba0acbb26d7ba2b681a7109cd49 /src/remove.h | |
parent | 83593d5f3adce7a21d4bc7500e3aa8b0285e23ae (diff) | |
download | coreutils-6df04c92887f7da4d48daa773de6274b296d248a.tar.gz coreutils-6df04c92887f7da4d48daa773de6274b296d248a.tar.bz2 coreutils-6df04c92887f7da4d48daa773de6274b296d248a.zip |
Remove use of PARAMS.
Diffstat (limited to 'src/remove.h')
-rw-r--r-- | src/remove.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remove.h b/src/remove.h index a02c35810..beaac27fd 100644 --- a/src/remove.h +++ b/src/remove.h @@ -45,7 +45,7 @@ enum RM_status } \ while (0) -enum RM_status rm PARAMS ((size_t n_files, char const *const *file, - struct rm_options const *x)); +enum RM_status rm (size_t n_files, char const *const *file, + struct rm_options const *x); #endif |