]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/service-util.h
Merge pull request #16112 from poettering/nss-systemd-block-fix
[thirdparty/systemd.git] / src / shared / service-util.h
CommitLineData
53f7f7fc
ZJS
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
d4cc0edf
ZJS
4#include "bus-util.h"
5
53f7f7fc
ZJS
6int service_parse_argv(
7 const char *service,
8 const char *description,
d4cc0edf 9 const BusObjectImplementation* const* bus_objects,
53f7f7fc 10 int argc, char *argv[]);