- bring back dataiterator_match for now (to be removed again)
[platform/upstream/libsolv.git] / src / poolarch.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_POOLARCH_H
9 #define SATSOLVER_POOLARCH_H
10
11 #include "pool.h"
12
13 extern void pool_setarch(Pool *, const char *);
14
15 #endif /* SATSOLVER_POOLARCH_H */