summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl-compat-telinit.h
blob: 783c3878a0e1148b12e461fa8f59d2b52313bcee (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

int telinit_parse_argv(int argc, char *argv[]);
int start_with_fallback(void);
int reload_with_fallback(void);
int exec_telinit(char *argv[]);