summaryrefslogtreecommitdiffstats
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
parent36d1bfb4ed1fda9abf59a17d84acc1853a003e5d (diff)
downloadapk-tools-11925542d8f31012d3505ec64a58517f8fa65fd3.tar.bz2
apk-tools-11925542d8f31012d3505ec64a58517f8fa65fd3.tar.xz
print: clean up after copy-paste
-rw-r--r--src/apk_print.h2
-rw-r--r--src/apk_state.h3
-rw-r--r--src/print.c2
3 files changed, 2 insertions, 5 deletions
diff --git a/src/apk_print.h b/src/apk_print.h
index fdbab11..3dfb13c 100644
--- a/src/apk_print.h
+++ b/src/apk_print.h
@@ -1,4 +1,4 @@
-/* apk_state.h - Alpine Package Keeper (APK)
+/* apk_print.h - Alpine Package Keeper (APK)
*
* Copyright (C) 2005-2008 Natanael Copa <n@tanael.org>
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>
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
diff --git a/src/print.c b/src/print.c
index 4b3d246..2cd1c67 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1,4 +1,4 @@
-/* state.c - Alpine Package Keeper (APK)
+/* print.c - Alpine Package Keeper (APK)
*
* Copyright (C) 2005-2008 Natanael Copa <n@tanael.org>
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>