]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(list_archive): Handle incremental backups in pax
[chaz/tar] / src / common.h
index 3c60ed3a9b90d08fbe74a8f72c937925793ce7a5..f288068cd0000a8b1eb35aacec8a5cd02b9df348 100644 (file)
@@ -430,6 +430,10 @@ void read_directory_file (void);
 void write_directory_file (void);
 void purge_directory (char const *);
 void list_dumpdir (char *buffer, size_t size);
+void update_parent_directory (const char *name);
+
+size_t dumpdir_size (const char *p);
+void get_gnu_dumpdir (void);
 
 /* Module list.c.  */
 
@@ -618,6 +622,10 @@ char *xheader_ghdr_name (void);
 void xheader_write (char, char *, struct xheader *);
 void xheader_write_global (void);
 void xheader_set_option (char *string);
+void xheader_string_begin (void);
+void xheader_string_add (char const *s);
+void xheader_string_end (char const *keyword);
+bool xheader_keyword_deleted_p (const char *kw);
 
 /* Module system.c */
 
This page took 0.019776 seconds and 4 git commands to generate.