blob: c3c7f39ac69caa9edfcff85c9c773b84424aaed9 (
plain)
1
2
3
4
5
6
7
8
|
/*
* Copyright (c) 2007, Novell Inc.
*
* This program is licensed under the BSD license, read LICENSE.BSD
* for further information
*/
extern int repo_add_zyppdb_products(Repo *repo, const char *dirpath, int flags);
|