summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 07:55:39 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 07:55:39 +0000
commitdfbef7497d39592e479d284822f883dce8768633 (patch)
treeae611ec1c2a6e270c12634a05f7d2e7352ae43b4 /lib
parentd5ebb3b6fafc6d4bad5c7e01615e13315dce4607 (diff)
downloadcoreutils-dfbef7497d39592e479d284822f883dce8768633.tar.xz
(PARAMS): Remove. All uses removed.
Diffstat (limited to 'lib')
-rw-r--r--lib/backupfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/backupfile.c b/lib/backupfile.c
index d78ce3945..34bde3cab 100644
--- a/lib/backupfile.c
+++ b/lib/backupfile.c
@@ -111,8 +111,8 @@ char *malloc ();
to numbered) backup file name. */
const char *simple_backup_suffix = "~";
-static int max_backup_version PARAMS ((const char *, const char *));
-static int version_number PARAMS ((const char *, const char *, size_t));
+static int max_backup_version (const char *, const char *);
+static int version_number (const char *, const char *, size_t);
/* Return the name of the new backup file for file FILE,
allocated with malloc. Return 0 if out of memory.