X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=e7f4c684176f42932b652f09b88cf0ffecd343ad;hb=49ea4c50575f66e8f0450e463e1d882eed6255ec;hp=4aea8b5c0424a4460582916e2cfa627c1e3cfeec;hpb=409bddf38c61520400e74332b02cc1cc9f8379ce;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 4aea8b5..e7f4c68 100644 --- a/src/common.h +++ b/src/common.h @@ -546,10 +546,6 @@ enum read_header tar_checksum (union block *header, bool silent); void skip_file (off_t size); void skip_member (void); -/* Module mangle.c. */ - -void extract_mangle (void); - /* Module misc.c. */ void assign_string (char **dest, const char *src);