diff options
author | Shawn Landden <shawn@churchofgit.com> | 2013-11-30 16:09:26 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-30 22:20:20 -0500 |
commit | e93c33d4aadb41427f215d43545e7fadc6bcec6f (patch) | |
tree | 6964e793e232cce6d03349d73a83fe23da45e252 /src/shared/fileio.h | |
parent | f74294c1dabb41faaaa0e03777f0dd33b979eed6 (diff) |
systemctl: add "systemctl cat"
Diffstat (limited to 'src/shared/fileio.h')
-rw-r--r-- | src/shared/fileio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/fileio.h b/src/shared/fileio.h index 59e41502b1..06c2887157 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); |