]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/load-dropin.h
Fixes for vscode/intellisense parsing (#38040)
[thirdparty/systemd.git] / src / core / load-dropin.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "core-forward.h"
5
6 /* Read service data supplementary drop-in directories */
7
8 int unit_find_dropin_paths(Unit *u, bool use_unit_path_cache, char ***paths);
9
10 int unit_load_dropin(Unit *u);