mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
pid1: make manager_flip_auto_status() static
No functional change.
This commit is contained in:
@@ -181,7 +181,7 @@ static void draw_cylon(char buffer[], size_t buflen, unsigned width, unsigned po
|
||||
}
|
||||
}
|
||||
|
||||
void manager_flip_auto_status(Manager *m, bool enable, const char *reason) {
|
||||
static void manager_flip_auto_status(Manager *m, bool enable, const char *reason) {
|
||||
assert(m);
|
||||
|
||||
if (enable) {
|
||||
|
||||
@@ -516,7 +516,6 @@ void manager_set_show_status(Manager *m, ShowStatus mode, const char *reason);
|
||||
void manager_set_first_boot(Manager *m, bool b);
|
||||
|
||||
void manager_status_printf(Manager *m, StatusType type, const char *status, const char *format, ...) _printf_(4,5);
|
||||
void manager_flip_auto_status(Manager *m, bool enable, const char *reason);
|
||||
|
||||
Set *manager_get_units_requiring_mounts_for(Manager *m, const char *path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user