X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Ffileio.h;fp=src%2Fshared%2Ffileio.h;h=06c28871575ce5707addb916d12f573258dd9b60;hb=e93c33d4aadb41427f215d43545e7fadc6bcec6f;hp=59e41502b1d96e485f79efdbbcda4c4e4d31d28d;hpb=f74294c1dabb41faaaa0e03777f0dd33b979eed6;p=elogind.git diff --git a/src/shared/fileio.h b/src/shared/fileio.h index 59e41502b..06c288715 100644 --- a/src/shared/fileio.h +++ b/src/shared/fileio.h @@ -31,6 +31,7 @@ int write_string_file_atomic(const char *fn, const char *line); int read_one_line_file(const char *fn, char **line); int read_full_file(const char *fn, char **contents, size_t *size); +ssize_t sendfile_full(int out_fd, const char *fn); int parse_env_file(const char *fname, const char *separator, ...) _sentinel_; int load_env_file(const char *fname, const char *separator, char ***l);