]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/fileio-label.h
util-lib: split out all temporary file related calls into tmpfiles-util.c
[thirdparty/systemd.git] / src / shared / fileio-label.h
index 2347753fe4f8ee7a297806ceace7e3664a39a8d4..2ef2c541deaf64d8749b977ae8631a69a8263811 100644 (file)
@@ -12,6 +12,5 @@ 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 create_shutdown_run_nologin_or_warn(void);