/
niceSOFT
/
libsolv
Обзор
Документация
Войти
/
niceSOFT
/
libsolv
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/apk.h
29 строк
505 B
Michael Schroeder
Add apk.h. Not my day.
28 ноя 2024, 16:13
Не верифицирован
28 ноя 2024, 16:13
62e84f6
Код
Авторство
О чём код?
/* * Copyright (c) 2024, SUSE LLC * * This program is licensed under the BSD license, read LICENSE.BSD * for further information */ /* * apk.h * */ #ifndef LIBSOLV_APK_H #define LIBSOLV_APK_H #include "pooltypes.h" #ifdef __cplusplus extern "C" { #endif int solv_vercmp_apk(const char *evr1, const char *evr1e, const char *evr2, const char *evr2e); int pool_evrcmp_apk(const Pool *pool, const char *evr1, const char *evr2, int mode); #ifdef __cplusplus } #endif #endif /* LIBSOLV_APK_H */