/
niceSOFT
/
systemd
Обзор
Документация
Войти
/
niceSOFT
/
systemd
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v261
src/sysupdate/sysupdate-forward.h
12 строк
344 B
Daan De Meyer
tree-wide: Various forward header cleanups
17 окт 2025, 15:11
17 окт 2025, 15:11
b8ee7c2
Код
Авторство
О чём код?
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once /* IWYU pragma: always_keep */ #include "shared-forward.h" /* IWYU pragma: export */ typedef struct Context Context; typedef struct PartitionInfo PartitionInfo; typedef struct Resource Resource; typedef struct Instance Instance; typedef struct InstanceMetadata InstanceMetadata;