blob: 1e88df60d42e74a23aee7b5f3e9dc90243e27b86 (
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_rpmmd(Repo *repo, FILE *fp, const char *language, int flags);
|