/
niceSOFT
/
libsolv
Обзор
Документация
Войти
/
niceSOFT
/
libsolv
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/common_write.h
15 строк
254 B
Michael Schroeder
Drop undocumented old cruft from the tools code
19 сен 2018, 13:34
19 сен 2018, 13:34
63491bc
Код
Авторство
О чём код?
/* * Copyright (c) 2007, Novell Inc. * * This program is licensed under the BSD license, read LICENSE.BSD * for further information */ #ifndef COMMON_WRITE_H #define COMMON_WRITE_H #include "repo.h" void tool_write(Repo *repo, FILE *fp); #endif