blob: 49d86fb5742119bde7e7fc6a6bf98cf9724ce8f0 (
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
*/
void repo_add_repomdxml(Repo *repo, FILE *fp, int flags);
|