diff options
author | Michael Schroeder <mls@suse.de> | 2012-11-02 15:01:53 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2012-11-02 15:01:53 +0100 |
commit | 01226ce8a0d8cdcb27a15ed0f4362723ee71dcf7 (patch) | |
tree | 4909f214de19a884a44170f04528bf7bde9f8716 /src/pool.h | |
parent | 85f694ba7aa2faf014b1f0ce9785133adc46e115 (diff) | |
download | libsolv-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |