diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-11-01 19:15:17 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-11-01 19:17:06 +0200 |
commit | 36d5b91495e22fe8425277f2d793fd4a284ee2b6 (patch) | |
tree | d6b9bea1ef1d4ab8ed1374c193a3c85b5968bfea /src/apk_blob.h | |
parent | bb1ac2557deb006fd2d6c1554cee329b5f0e44ba (diff) | |
download | apk-tools-36d5b91495e22fe8425277f2d793fd4a284ee2b6.tar.gz apk-tools-36d5b91495e22fe8425277f2d793fd4a284ee2b6.tar.bz2 apk-tools-36d5b91495e22fe8425277f2d793fd4a284ee2b6.tar.xz apk-tools-36d5b91495e22fe8425277f2d793fd4a284ee2b6.zip |
support extended pax header in tar extractor
Diffstat (limited to 'src/apk_blob.h')
-rw-r--r-- | src/apk_blob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_blob.h b/src/apk_blob.h index e22a2f4..c19fb95 100644 --- a/src/apk_blob.h +++ b/src/apk_blob.h @@ -126,6 +126,7 @@ unsigned int apk_blob_pull_uint(apk_blob_t *b, int radix); void apk_blob_pull_csum(apk_blob_t *b, struct apk_checksum *csum); void apk_blob_pull_base64(apk_blob_t *b, apk_blob_t to); void apk_blob_pull_hexdump(apk_blob_t *b, apk_blob_t to); +int apk_blob_pull_blob_match(apk_blob_t *b, apk_blob_t match); void apk_atom_init(void); apk_blob_t *apk_blob_atomize(apk_blob_t blob); |