blob: 8998b07e13cb4b7bb027f73da3fdf2a07a5c627c (
plain)
1
2
3
4
5
6
7
8
|
/*
* Copyright (c) 2012, Novell Inc.
*
* This program is licensed under the BSD license, read LICENSE.BSD
* for further information
*/
extern int repo_add_comps(Repo *repo, FILE *fp, int flags);
|