summaryrefslogtreecommitdiff
path: root/src/poolvendor.h
blob: 2025e343c6fabf8e7a9e7328bc00916235cca23b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2007, Novell Inc.
 *
 * This program is licensed under the BSD license, read LICENSE.BSD
 * for further information
 */

#ifndef SATSOLVER_POOLVENDOR_H
#define SATSOLVER_POOLVENDOR_H

#include "pool.h"

Id pool_vendor2mask(Pool *pool, Id vendor);
void pool_setvendorclasses(Pool *pool, const char **vendorclasses);

#endif /* SATSOLVER_POOLVENDOR_H */