blob: 1beafea7894beb3daf16f786fb983628037e84cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Copyright (c) 2017, SUSE Inc.
*
* This program is licensed under the BSD license, read LICENSE.BSD
* for further information
*/
extern void repodata_add_diskusage(Repodata *data, Id handle, Queue *q);
|