summaryrefslogtreecommitdiff
path: root/src/apk_state.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-06-11 07:09:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-11 07:09:25 +0000
commit11925542d8f31012d3505ec64a58517f8fa65fd3 (patch)
tree6ca4b2c10971343509ad74c9f1a49dd97b296b66 /src/apk_state.h
parent36d1bfb4ed1fda9abf59a17d84acc1853a003e5d (diff)
downloadapk-tools-11925542d8f31012d3505ec64a58517f8fa65fd3.tar.gz
apk-tools-11925542d8f31012d3505ec64a58517f8fa65fd3.tar.bz2
apk-tools-11925542d8f31012d3505ec64a58517f8fa65fd3.tar.xz
apk-tools-11925542d8f31012d3505ec64a58517f8fa65fd3.zip
print: clean up after copy-paste
Diffstat (limited to 'src/apk_state.h')
-rw-r--r--src/apk_state.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/apk_state.h b/src/apk_state.h
index 345acf3..42d3f3f 100644
--- a/src/apk_state.h
+++ b/src/apk_state.h
@@ -43,7 +43,4 @@ 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