mirror of
https://github.com/openSUSE/libsolv.git
synced 2026-02-05 12:45:46 +01:00
11 lines
214 B
C
11 lines
214 B
C
/*
|
|
* 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);
|
|
|
|
|