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