From: Sergey Poznyakoff Date: Mon, 7 Nov 2005 02:48:08 +0000 (+0000) Subject: (dumpdir_size,get_gnu_dumpdir) X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=588232f8599d8fa9bee25da781721feca72327d0;p=chaz%2Ftar (dumpdir_size,get_gnu_dumpdir) (xheader_string_begin,xheader_string_add) (xheader_string_end): New functions. --- diff --git a/src/common.h b/src/common.h index 05c03a0..f288068 100644 --- a/src/common.h +++ b/src/common.h @@ -432,6 +432,9 @@ 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. */ enum read_header @@ -619,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 */