/
niceSOFT
/
libsolv
Обзор
Документация
Войти
/
niceSOFT
/
libsolv
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/poolvendor.h
25 строк
499 B
Ingo Weinhold
Make all public libsolv headers C++ safe
02 апр 2013, 16:39
02 апр 2013, 16:39
0470c81
Код
Авторство
О чём код?
/* * Copyright (c) 2007, Novell Inc. * * This program is licensed under the BSD license, read LICENSE.BSD * for further information */ #ifndef LIBSOLV_POOLVENDOR_H #define LIBSOLV_POOLVENDOR_H #include "pool.h" #ifdef __cplusplus extern "C" { #endif Id pool_vendor2mask(Pool *pool, Id vendor); void pool_setvendorclasses(Pool *pool, const char **vendorclasses); void pool_addvendorclass(Pool *pool, const char **vendorclass); #ifdef __cplusplus } #endif #endif /* LIBSOLV_POOLVENDOR_H */