diff options
Diffstat (limited to 'src/apk_state.h')
-rw-r--r-- | src/apk_state.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/apk_state.h b/src/apk_state.h index 42d3f3f..345acf3 100644 --- a/src/apk_state.h +++ b/src/apk_state.h @@ -43,4 +43,7 @@ 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 |