summaryrefslogtreecommitdiff
path: root/src/apk_database.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-01-12 11:33:04 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-01-12 11:33:04 +0200
commit30965aa86735f7d2dcd544bae0b788195c51f336 (patch)
tree028bb08c90f425796dbb5dbf1cfb89bf1a0214d0 /src/apk_database.h
parentf1de353b8162b6f41c36c01fd54599d446203a68 (diff)
downloadapk-tools-30965aa86735f7d2dcd544bae0b788195c51f336.tar.gz
apk-tools-30965aa86735f7d2dcd544bae0b788195c51f336.tar.bz2
apk-tools-30965aa86735f7d2dcd544bae0b788195c51f336.tar.xz
apk-tools-30965aa86735f7d2dcd544bae0b788195c51f336.zip
solver: print repository tag when committing package changes
Diffstat (limited to 'src/apk_database.h')
-rw-r--r--src/apk_database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_database.h b/src/apk_database.h
index 929f262..c72a946 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -167,6 +167,7 @@ typedef union apk_database_or_void {
struct apk_name *apk_db_get_name(struct apk_database *db, apk_blob_t name);
struct apk_name *apk_db_query_name(struct apk_database *db, apk_blob_t name);
int apk_db_get_tag_id(struct apk_database *db, apk_blob_t tag);
+int apk_db_get_tag_id_by_repos(struct apk_database *db, unsigned int repos);
struct apk_db_dir *apk_db_dir_query(struct apk_database *db,
apk_blob_t name);
struct apk_db_file *apk_db_file_query(struct apk_database *db,