blob: 90d9d693cd91241fa78034682df29be832a52ff5 (
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_repomdxml(Repo *repo, FILE *fp, int flags);
|