blob: dc2b86cc3d1e8111f9b95744528334f1813be469 (
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 void repo_add_rpmmd(Repo *repo, FILE *fp);
|