]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/service-util.h
cryptenroll: allow to use a public key on a token
[thirdparty/systemd.git] / src / shared / service-util.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
53f7f7fc
ZJS
2#pragma once
3
c664cf56 4#include "bus-object.h"
d4cc0edf 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[]);