]> Dogcows Code - chaz/tar/blobdiff - src/common.h
Improve checkpoint interface.
[chaz/tar] / src / common.h
index 28d6d61924cc5d8ceaa8d17d3bb9d4445585b0ac..81e21fa8cb1726c29751b5ef690e673ad92a32e0 100644 (file)
@@ -447,7 +447,7 @@ void set_start_time (void);
 #define TF_READ    0
 #define TF_WRITE   1
 #define TF_DELETED 2
-int format_total_stats (FILE *fp, char **formats, int eor, int eol);
+int format_total_stats (FILE *fp, const char **formats, int eor, int eol);
 void print_total_stats (void);
 
 void mv_begin_write (const char *file_name, off_t totsize, off_t sizeleft);
@@ -861,6 +861,7 @@ void set_compression_program_by_suffix (const char *name, const char *defprog);
 void checkpoint_compile_action (const char *str);
 void checkpoint_finish_compile (void);
 void checkpoint_run (bool do_write);
+void checkpoint_finish (void);
 
 /* Module warning.c */
 #define WARN_ALONE_ZERO_BLOCK    0x00000001
This page took 0.017161 seconds and 4 git commands to generate.