summaryrefslogtreecommitdiffstats
path: root/src/apk_state.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-05 08:13:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-11 07:02:18 +0000
commit3ec82a5a420fc00d38ad7dded819525a91533652 (patch)
tree84016128e65001e4aed1d45a1402b2fb2375c385 /src/apk_state.h
parent60b537e356dfcd0ed9a3516152c6a170912efcef (diff)
downloadapk-tools-3ec82a5a420fc00d38ad7dded819525a91533652.tar.bz2
apk-tools-3ec82a5a420fc00d38ad7dded819525a91533652.tar.xz
First steps for libapk
Diffstat (limited to 'src/apk_state.h')
-rw-r--r--src/apk_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/apk_state.h b/src/apk_state.h
index 42d3f3f..345acf3 100644
--- a/src/apk_state.h
+++ b/src/apk_state.h
@@ -43,4 +43,7 @@ int apk_state_lock_name(struct apk_state *state,
struct apk_name *name,
struct apk_package *newpkg);
+int apk_print_indented(struct apk_indent *i, apk_blob_t blob);
+void apk_print_indented_words(struct apk_indent *i, const char *text);
+
#endif