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 * Copyright (C) 2008 Timo Teräs 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 * Copyright (C) 2008 Timo Teräs