/
niceSOFT
/
tdnf
Обзор
Документация
Войти
/
niceSOFT
/
tdnf
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
plugins/repogpgcheck/includes.h
36 строк
908 B
Shreenidhi Shedi
Fixed TDNFDownloadFile call in repogpgcheck plugin
01 окт 2020, 14:02
01 окт 2020, 14:02
f3cca66
Код
Авторство
О чём код?
/* * Copyright (C) 2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms * of the License are located in the COPYING file of this distribution. */ #ifndef __PLUGINS_REPOGPGCHECK_INCLUDES_H__ #define __PLUGINS_REPOGPGCHECK_INCLUDES_H__ #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <stdbool.h> #include <unistd.h> #include <tdnf.h> #include <tdnfplugin.h> #include <tdnfplugineventmap.h> #include <tdnf-common-defines.h> //libcurl #include <curl/curl.h> #include "../../common/defines.h" #include "../../common/structs.h" #include "../../common/prototypes.h" #include "../../client/includes.h" #include "defines.h" #include "structs.h" #include "prototypes.h" #endif /* __CLIENT_INCLUDES_H__ */