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