/
niceSOFT
/
systemd
Обзор
Документация
Войти
/
niceSOFT
/
systemd
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/basic/af-list.h
14 строк
334 B
Yu Watanabe
Rename basic-forward.h, sd-forward.h, and shared-forward.h to forward.h
14 июл 2026, 20:18
14 июл 2026, 20:18
01e1303
Код
Авторство
О чём код?
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include "forward.h" const char* af_to_name(int id) _const_; int af_from_name(const char *name) _pure_; const char* af_to_name_short(int id) _const_; const char* af_to_ipv4_ipv6(int id) _const_; int af_from_ipv4_ipv6(const char *af) _pure_; int af_max(void) _const_;