From cda134ab1eac84f874aacf8e885a07112a7fd5ce Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Nov 2014 21:19:20 +0100 Subject: copy: teach copy_bytes() sendfile() support, and then replace sendfile_full() by it --- src/shared/fileio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/shared/fileio.h') diff --git a/src/shared/fileio.h b/src/shared/fileio.h index c256915799..5ae51c1e28 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); -- cgit v1.2.3-54-g00ecf