print: clean up after copy-paste
parent
36d1bfb4ed
commit
11925542d8
|
@ -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) 2005-2008 Natanael Copa <n@tanael.org>
|
||||||
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>
|
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>
|
||||||
|
|
|
@ -43,7 +43,4 @@ int apk_state_lock_name(struct apk_state *state,
|
||||||
struct apk_name *name,
|
struct apk_name *name,
|
||||||
struct apk_package *newpkg);
|
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
|
#endif
|
||||||
|
|
|
@ -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) 2005-2008 Natanael Copa <n@tanael.org>
|
||||||
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>
|
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>
|
||||||
|
|
Loading…
Reference in New Issue