mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
runtime-scope: add helper that turns RuntimeScope enum into --system/--user string
This commit is contained in:
@@ -15,3 +15,5 @@ typedef enum RuntimeScope {
|
||||
|
||||
const char *runtime_scope_to_string(RuntimeScope scope) _const_;
|
||||
RuntimeScope runtime_scope_from_string(const char *s) _const_;
|
||||
|
||||
const char *runtime_scope_cmdline_option_to_string(RuntimeScope scope) _const_;
|
||||
|
||||
Reference in New Issue
Block a user