summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2012-11-02 15:01:53 +0100
committerMichael Schroeder <mls@suse.de>2012-11-02 15:01:53 +0100
commit01226ce8a0d8cdcb27a15ed0f4362723ee71dcf7 (patch)
tree4909f214de19a884a44170f04528bf7bde9f8716 /src/pool.h
parent85f694ba7aa2faf014b1f0ce9785133adc46e115 (diff)
downloadlibsolv-01226ce8a0d8cdcb27a15ed0f4362723ee71dcf7.tar.gz
libsolv-01226ce8a0d8cdcb27a15ed0f4362723ee71dcf7.tar.bz2
libsolv-01226ce8a0d8cdcb27a15ed0f4362723ee71dcf7.zip
add pool_lookup_deltalocation helper so we can change the way the location is encoded
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pool.h b/src/pool.h
index 77ee7ec..5e55110 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -333,6 +333,7 @@ unsigned long long pool_lookup_num(Pool *pool, Id entry, Id keyname, unsigned lo
int pool_lookup_void(Pool *pool, Id entry, Id keyname);
const unsigned char *pool_lookup_bin_checksum(Pool *pool, Id entry, Id keyname, Id *typep);
const char *pool_lookup_checksum(Pool *pool, Id entry, Id keyname, Id *typep);
+const char *pool_lookup_deltalocation(Pool *pool, Id entry);
void pool_add_fileconflicts_deps(Pool *pool, Queue *conflicts);