summaryrefslogtreecommitdiff
path: root/src/apk_blob.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-09-09 20:06:10 +0300
committerTimo Teräs <timo.teras@iki.fi>2011-09-09 20:06:10 +0300
commitbfd53b59d2e62e17e95df3f3d2948d2bb806db71 (patch)
treefce16bd37b2b752fe1dc4fa47bcd50e0d44a63e9 /src/apk_blob.h
parent4bf13c3d9a58d4f1685401c3569abb40c5649ca3 (diff)
downloadapk-tools-bfd53b59d2e62e17e95df3f3d2948d2bb806db71.tar.gz
apk-tools-bfd53b59d2e62e17e95df3f3d2948d2bb806db71.tar.bz2
apk-tools-bfd53b59d2e62e17e95df3f3d2948d2bb806db71.tar.xz
apk-tools-bfd53b59d2e62e17e95df3f3d2948d2bb806db71.zip
print: minor cleanup to indented writer
Diffstat (limited to 'src/apk_blob.h')
-rw-r--r--src/apk_blob.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/apk_blob.h b/src/apk_blob.h
index f1c3a35..c93d09d 100644
--- a/src/apk_blob.h
+++ b/src/apk_blob.h
@@ -109,14 +109,6 @@ 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);
-struct apk_indent {
- int x;
- int indent;
-};
-
-void apk_print_indented_words(struct apk_indent *i, const char *text);
-int apk_print_indented(struct apk_indent *i, apk_blob_t blob);
-
void apk_atom_init(void);
apk_blob_t *apk_blob_atomize(apk_blob_t blob);
apk_blob_t *apk_blob_atomize_dup(apk_blob_t blob);