summaryrefslogtreecommitdiff
path: root/tar/creation_set.c
diff options
context:
space:
mode:
authorSebastian Freundt <freundt@ga-group.nl>2014-05-21 11:20:35 +0000
committerSebastian Freundt <freundt@ga-group.nl>2014-05-21 11:24:10 +0000
commit3937c7050d3ad95eeca6a6d63b1799418b1221b2 (patch)
tree8f950dd33bd98bd5a93c3e56bcb220451683eddb /tar/creation_set.c
parent9693801580c0cf7c70e862d305270a16b52826a7 (diff)
downloadlibarchive-3937c7050d3ad95eeca6a6d63b1799418b1221b2.tar.gz
Implant WARC support in tar's get_format_code()
Diffstat (limited to 'tar/creation_set.c')
-rw-r--r--tar/creation_set.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tar/creation_set.c b/tar/creation_set.c
index 3d7764d4..dd375111 100644
--- a/tar/creation_set.c
+++ b/tar/creation_set.c
@@ -97,6 +97,7 @@ get_format_code(const char *suffix)
{ ".mtree", "mtree" },
{ ".shar", "shar" },
{ ".tar", "paxr" },
+ { ".warc", "warc" },
{ ".xar", "xar" },
{ ".zip", "zip" },
{ NULL, NULL }