diff options
Diffstat (limited to 'src/lib/fdio/fdio.h')
-rw-r--r-- | src/lib/fdio/fdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/fdio/fdio.h b/src/lib/fdio/fdio.h index 8cc4a04658..0fb3ed1e62 100644 --- a/src/lib/fdio/fdio.h +++ b/src/lib/fdio/fdio.h @@ -12,6 +12,6 @@ off_t tor_fd_getpos(int fd); int tor_fd_setpos(int fd, off_t pos); int tor_fd_seekend(int fd); int tor_ftruncate(int fd); -int write_all_to_fd(int fd, const char *buf, size_t count); +int write_all_to_fd_minimal(int fd, const char *buf, size_t count); #endif /* !defined(TOR_FDIO_H) */ |