treewrite: use Lindent to reformat to kernel coding style
[oweals/opkg-lede.git] / libopkg / pkg_extract.h
index b83b41b38ebce24ac485f8cdbb90f070cbca4579..2a25a8ba9028ad019b0c2a82a802e78e842e63b9 100644 (file)
 
 #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_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