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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libopkg/pkg_hash.h b/libopkg/pkg_hash.h
index 67134d2..0ff18aa 100644
--- a/libopkg/pkg_hash.h
+++ b/libopkg/pkg_hash.h
@@ -32,6 +32,9 @@ void pkg_hash_fetch_available(pkg_vec_t *available);
int pkg_hash_add_from_file(const char *file_name, pkg_src_t *src,
pkg_dest_t *dest, int is_status_file);
+int pkg_hash_load_feeds(void);
+int pkg_hash_load_status_files(void);
+
void hash_insert_pkg(pkg_t *pkg, int set_status);
abstract_pkg_t * ensure_abstract_pkg_by_name(const char * pkg_name);