aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-03-06 01:06:49 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-03-06 01:06:49 +0000
commit0af600eb1287a73d610afc0a30871580394651ab (patch)
tree8ce8e0f0cf604c0b6e64caae766b2b82c3a9d50a /lib/libarchive
parentbca59216f7ffb256eb48561b5cfc552166145966 (diff)
Notes
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/archive.h9
-rw-r--r--lib/libarchive/archive.h.in9
2 files changed, 0 insertions, 18 deletions
diff --git a/lib/libarchive/archive.h b/lib/libarchive/archive.h
index 6a3b92e8a836..948e67b8a58f 100644
--- a/lib/libarchive/archive.h
+++ b/lib/libarchive/archive.h
@@ -107,15 +107,6 @@ typedef int archive_close_callback(struct archive *, void *_client_data);
struct archive *archive_read_new(void);
/*
- * XXX Kill this function. The client callback is now responsible for
- * read blocking. XXX
- */
-/*
- int archive_read_set_bytes_per_block(struct archive *,
- int bytes_per_blk);
-*/
-
-/*
* The archive_read_support_XXX calls enable auto-detect for this
* archive handle. They also link in the necessary support code.
* For example, if you don't want bzlib linked in, don't invoke
diff --git a/lib/libarchive/archive.h.in b/lib/libarchive/archive.h.in
index 6a3b92e8a836..948e67b8a58f 100644
--- a/lib/libarchive/archive.h.in
+++ b/lib/libarchive/archive.h.in
@@ -107,15 +107,6 @@ typedef int archive_close_callback(struct archive *, void *_client_data);
struct archive *archive_read_new(void);
/*
- * XXX Kill this function. The client callback is now responsible for
- * read blocking. XXX
- */
-/*
- int archive_read_set_bytes_per_block(struct archive *,
- int bytes_per_blk);
-*/
-
-/*
* The archive_read_support_XXX calls enable auto-detect for this
* archive handle. They also link in the necessary support code.
* For example, if you don't want bzlib linked in, don't invoke