From 11925542d8f31012d3505ec64a58517f8fa65fd3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 11 Jun 2010 07:09:25 +0000 Subject: print: clean up after copy-paste --- src/apk_print.h | 2 +- src/apk_state.h | 3 --- src/print.c | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) (limited to 'src') 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 -- cgit v1.2.3