Systemd/src/shared/service-util.h
Lennart Poettering c664cf5607 shared: split out BusObjectImplementor APIs
Just some refactoring, no code changes
2020-06-30 15:08:35 +02:00

11 lines
290 B
C

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include "bus-object.h"
int service_parse_argv(
const char *service,
const char *description,
const BusObjectImplementation* const* bus_objects,
int argc, char *argv[]);