summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/pkg_hash.h')
-rw-r--r--libopkg/pkg_hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/pkg_hash.h b/libopkg/pkg_hash.h
index d847b73..0ae01e7 100644
--- a/libopkg/pkg_hash.h
+++ b/libopkg/pkg_hash.h
@@ -47,6 +47,7 @@ pkg_t *pkg_hash_fetch_installed_by_name(const char *pkg_name);
pkg_t *pkg_hash_fetch_installed_by_name_dest(const char *pkg_name,
pkg_dest_t *dest);
+void file_hash_remove(const char *file_name);
pkg_t *file_hash_get_file_owner(const char *file_name);
void file_hash_set_file_owner(const char *file_name, pkg_t *pkg);