summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_extract.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/pkg_extract.h')
-rw-r--r--libopkg/pkg_extract.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/pkg_extract.h b/libopkg/pkg_extract.h
index f5be157..b83b41b 100644
--- a/libopkg/pkg_extract.h
+++ b/libopkg/pkg_extract.h
@@ -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