]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/bus-unit-procs.h
license: LGPL-2.1+ -> LGPL-2.1-or-later
[thirdparty/systemd.git] / src / shared / bus-unit-procs.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
25b1d72d
LP
2#pragma once
3
4#include "sd-bus.h"
5
6#include "output-mode.h"
7
8int unit_show_processes(sd_bus *bus, const char *unit, const char *cgroup_path, const char *prefix, unsigned n_columns, OutputFlags flags, sd_bus_error *error);