diff options
author | Michael Schroeder <mls@suse.de> | 2012-03-02 15:00:47 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2012-03-02 15:00:47 +0100 |
commit | 9f63ef78d353c21f771726fa2e24ad1622c30671 (patch) | |
tree | 4b2ef8041440fad5999517bdaa855bb5f499704b /src/pool.h | |
parent | 6bee613a2725c660ac97f76b867f8fb27cc8a1ef (diff) | |
download | libsolv-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |