summaryrefslogtreecommitdiff
path: root/libarchive/archive_private.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2011-03-07 00:55:26 -0500
committerTim Kientzle <kientzle@gmail.com>2011-03-07 00:55:26 -0500
commitadfb2a73e9e5a412432a5373bf82b48c4be0a9f2 (patch)
tree6c11daa79e4a2f9150e97fe93b4c5ceadc8283a2 /libarchive/archive_private.h
parentd1899374eee694e2bae9676bf60a29c220785d1b (diff)
downloadlibarchive-adfb2a73e9e5a412432a5373bf82b48c4be0a9f2.tar.gz
Fix some broken tests from the earlier string work
and refactor the charset conversion routines to be more consistent. SVN-Revision: 2993
Diffstat (limited to 'libarchive/archive_private.h')
-rw-r--r--libarchive/archive_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libarchive/archive_private.h b/libarchive/archive_private.h
index 888c8288..5ad95ca8 100644
--- a/libarchive/archive_private.h
+++ b/libarchive/archive_private.h
@@ -137,6 +137,7 @@ int __archive_parse_options(const char *p, const char *fn,
int __archive_mktemp(const char *tmpdir);
+int __archive_clean(struct archive *);
#define err_combine(a,b) ((a) < (b) ? (a) : (b))