Imported Upstream version 0.6.8
[platform/upstream/libsolv.git] / ext / repo_autopattern.h
1 /*
2  * Copyright (c) 2013, SUSE Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 #define ADD_NO_AUTOPRODUCTS     (1 << 8)
9
10 extern int repo_add_autopattern(Repo *repo, int flags);