Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
apk-tools
Commits
11925542
Commit
11925542
authored
Jun 11, 2010
by
Natanael Copa
Browse files
print: clean up after copy-paste
parent
36d1bfb4
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/apk_print.h
View file @
11925542
/* 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>
...
...
src/apk_state.h
View file @
11925542
...
...
@@ -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
src/print.c
View file @
11925542
/*
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment