- use correct defaults for rpm5, put tmpspace in extra struct
[platform/upstream/libsolv.git] / src / poolvendor.h
1 /*
2  * Copyright (c) 2007, Novell Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 #ifndef SATSOLVER_POOLVENDOR_H
9 #define SATSOLVER_POOLVENDOR_H
10
11 #include "pool.h"
12
13 Id pool_vendor2mask(Pool *pool, Id vendor);
14 void pool_setvendorclasses(Pool *pool, const char **vendorclasses);
15
16 #endif /* SATSOLVER_POOLVENDOR_H */