X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fpkg_extract.h;h=2a25a8ba9028ad019b0c2a82a802e78e842e63b9;hp=f5be157fbc3365d0d36f6909362c7fd0f176819d;hb=25cf832e85638918d7d20a44bf187b479353732c;hpb=3523443344809d2f357a5008931c9f79e91a3de3 diff --git a/libopkg/pkg_extract.h b/libopkg/pkg_extract.h index f5be157..2a25a8b 100644 --- a/libopkg/pkg_extract.h +++ b/libopkg/pkg_extract.h @@ -20,13 +20,12 @@ #include "pkg.h" -int pkg_extract_control_file_to_stream(pkg_t *pkg, FILE *stream); -int pkg_extract_control_files_to_dir(pkg_t *pkg, const char *dir); -int pkg_extract_control_files_to_dir_with_prefix(pkg_t *pkg, +int pkg_extract_control_file_to_stream(pkg_t * pkg, FILE * stream); +int pkg_extract_control_files_to_dir(pkg_t * pkg, const char *dir); +int pkg_extract_control_files_to_dir_with_prefix(pkg_t * pkg, const char *dir, const char *prefix); -int pkg_extract_data_files_to_dir(pkg_t *pkg, const char *dir); -int pkg_extract_data_file_names_to_file(pkg_t *pkg, const char *file_name); -int pkg_extract_data_file_names_to_stream(pkg_t *pkg, FILE *file); +int pkg_extract_data_files_to_dir(pkg_t * pkg, const char *dir); +int pkg_extract_data_file_names_to_stream(pkg_t * pkg, FILE * file); #endif