summaryrefslogtreecommitdiff
path: root/tar/bsdtar.h
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-02-12 22:41:47 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-02-12 22:41:47 +0900
commitae314ad8180bbd1127834d299bfa761f566eac8c (patch)
tree5ffea4ff68225b79f5494906bb76f74fdc87725f /tar/bsdtar.h
parent75d9a70fc8ee5d4687f0ecd4186587cd281faa36 (diff)
downloadlibarchive-ae314ad8180bbd1127834d299bfa761f566eac8c.tar.gz
Introduce archive_match_exclude_pattern_from_file(_w) and
archive_match_include_pattern_from_file(_w) reading exclusion/inclusion patterns from a file. And so retire lafe_exclude_from_file() and lafe_include_from_file because we can use new APIs instead.
Diffstat (limited to 'tar/bsdtar.h')
-rw-r--r--tar/bsdtar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tar/bsdtar.h b/tar/bsdtar.h
index 1f7dd74a..2387c44a 100644
--- a/tar/bsdtar.h
+++ b/tar/bsdtar.h
@@ -28,8 +28,6 @@
#include "bsdtar_platform.h"
#include <stdio.h>
-#include "matching.h"
-
#define DEFAULT_BYTES_PER_BLOCK (20*512)
/*