]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/fileio-label.h
nologin: extend the /run/nologin descriptions a bit (#8244)
[thirdparty/systemd.git] / src / basic / fileio-label.h
index 0adb895236f5d85c4fba0ab500f9978a9b2043c5..16d095f5224bacee3477cfea0fd68e4ec459744b 100644 (file)
@@ -34,5 +34,6 @@ static inline int write_string_file_atomic_label(const char *fn, const char *lin
         return write_string_file_atomic_label_ts(fn, line, NULL);
 }
 int write_env_file_label(const char *fname, char **l);
-int fopen_temporary_label(const char *target,
-                          const char *path, FILE **f, char **temp_path);
+int fopen_temporary_label(const char *target, const char *path, FILE **f, char **temp_path);
+
+int create_shutdown_run_nologin_or_warn(void);