X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Ffileio.h;h=5ae51c1e28a9daa56d4fee59f25a11bf2f06922d;hp=c256915799a927334f5e1d9351bf5327707a23ed;hb=b6b1849830f5e4a6065c3b0c993668e500c954d3;hpb=70c949a42b2b0d0c9a2a567890483940cdc5f72c diff --git a/src/shared/fileio.h b/src/shared/fileio.h index c25691579..5ae51c1e2 100644 --- a/src/shared/fileio.h +++ b/src/shared/fileio.h @@ -33,7 +33,6 @@ 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); int read_full_stream(FILE *f, 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(FILE *f, const char *fname, const char *separator, char ***l);