diff options
Diffstat (limited to '')
-rw-r--r-- | src/shared/verb-log-control.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/shared/verb-log-control.h b/src/shared/verb-log-control.h new file mode 100644 index 0000000..b9e7cdd --- /dev/null +++ b/src/shared/verb-log-control.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +#pragma once + +#include <stdbool.h> + +#include "bus-locator.h" + +int verb_log_control_common(sd_bus *bus, const char *destination, const char *verb, const char *value); |