summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2012-03-02 15:00:47 +0100
committerMichael Schroeder <mls@suse.de>2012-03-02 15:00:47 +0100
commit9f63ef78d353c21f771726fa2e24ad1622c30671 (patch)
tree4b2ef8041440fad5999517bdaa855bb5f499704b /src/pool.h
parent6bee613a2725c660ac97f76b867f8fb27cc8a1ef (diff)
downloadlibsolv-9f63ef78d353c21f771726fa2e24ad1622c30671.tar.gz
libsolv-9f63ef78d353c21f771726fa2e24ad1622c30671.tar.bz2
libsolv-9f63ef78d353c21f771726fa2e24ad1622c30671.zip
- add idqinst parameter to pool_addfileprovides_queue so that it can also return the added id list for the installed repo
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pool.h b/src/pool.h
index 4191f53..02f0be2 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -264,7 +264,7 @@ static inline int pool_match_nevr(Pool *pool, Solvable *s, Id d)
*/
extern void pool_createwhatprovides(Pool *pool);
extern void pool_addfileprovides(Pool *pool);
-extern void pool_addfileprovides_queue(Pool *pool, Queue *idq);
+extern void pool_addfileprovides_queue(Pool *pool, Queue *idq, Queue *idqinst);
extern void pool_freewhatprovides(Pool *pool);
extern Id pool_queuetowhatprovides(Pool *pool, Queue *q);