X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbackupfile.c;h=34bde3cab56614c45bce32b5f958ab0b13f76691;hb=be1f94e3d6e1f561cb62a73e26e40c7051d966d9;hp=0dfa02eace213c3d9b1553675d284521262a22ac;hpb=552a680fa612218b68d4ef2f49bc276b95f6677b;p=gnulib.git diff --git a/lib/backupfile.c b/lib/backupfile.c index 0dfa02eac..34bde3cab 100644 --- a/lib/backupfile.c +++ b/lib/backupfile.c @@ -25,8 +25,8 @@ # include #endif +#include #include -#include #if HAVE_STRING_H # include #else @@ -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.