/
niceSOFT
/
tdnf
Обзор
Документация
Войти
/
niceSOFT
/
tdnf
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
tools/cli/includes.h
34 строки
818 B
Shreenidhi Shedi
tree-wide: remove out dated author info from source files
04 авг 2023, 15:05
04 авг 2023, 15:05
d3fc112
Код
Авторство
О чём код?
/* * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (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 __CLI_INCLUDES_H__ #define __CLI_INCLUDES_H__ #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <errno.h> #include <getopt.h> #include <sys/ioctl.h> #include <unistd.h> #include <string.h> #include <errno.h> #include <signal.h> #include <stdbool.h> #include <tdnf.h> #include <tdnfcli.h> #include <tdnf-common-defines.h> #include "defines.h" #include "prototypes.h" #include "../common/structs.h" #include "../common/prototypes.h" #include "../jsondump/jsondump.h" #endif /* __CLI_INCLUDES_H__ */