X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbackupfile.c;h=34bde3cab56614c45bce32b5f958ab0b13f76691;hb=0e3c27e0d9f27e890e6a3a0d768c7408dedda702;hp=d78ce3945fe2e170b374daf1f4590a0def24c7f1;hpb=92295bc4b2a378893386efd3cf8cf9bc31024b59;p=gnulib.git 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.