X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Ffileio-label.h;h=25fa351be276eb26475cb9f9ce16910f555b9195;hb=e9e310f8e99c63c764f71ed0c224ccd3cceb90c7;hp=fce4fe0d73eb12045b17310e95139cb86bae21c4;hpb=574d5f2dfc25226afc718aa5ba1a145fe5cad221;p=elogind.git diff --git a/src/shared/fileio-label.h b/src/shared/fileio-label.h index fce4fe0d7..25fa351be 100644 --- a/src/shared/fileio-label.h +++ b/src/shared/fileio-label.h @@ -27,3 +27,5 @@ int write_string_file_atomic_label(const char *fn, const char *line); 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);