Support multiple backup generations.

committer: mfx <mfx> 968544834 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-10 00:13:54 +00:00
parent 557305cdec
commit 67e233176c
3 changed files with 39 additions and 12 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ bool fn_has_ext(const char *name, const char *ext);
bool file_exists(const char *name);
bool maketempname(char *ofilename, const char *ifilename,
const char *ext, bool force);
void makebakname(char *ofilename, const char *ifilename);
const char *ext, bool force=true);
bool makebakname(char *ofilename, const char *ifilename, bool force=true);
bool isafile(int fd);
unsigned get_ratio(unsigned long packedsize, unsigned long size,