There is no need to use a buffer at all.
[oweals/opkg-lede.git] / libopkg / pkg_extract.h
index 4c491e845477fcb8b0fcb267d30b85449a93b667..b83b41b38ebce24ac485f8cdbb90f070cbca4579 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_extract.c - the itsy package management system
+/* pkg_extract.c - the opkg package management system
 
    Carl D. Worth
 
@@ -26,7 +26,6 @@ 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);
 
 #endif