2 * Copyright (c) 2007, Novell Inc.
4 * This program is licensed under the BSD license, read LICENSE.BSD
5 * for further information
8 #ifndef LIBSOLV_POOLVENDOR_H
9 #define LIBSOLV_POOLVENDOR_H
17 Id pool_vendor2mask(Pool *pool, Id vendor);
18 void pool_setvendorclasses(Pool *pool, const char **vendorclasses);
19 void pool_addvendorclass(Pool *pool, const char **vendorclass);
25 #endif /* LIBSOLV_POOLVENDOR_H */