diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-23 09:51:36 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-23 09:51:36 +0200 |
commit | 9c23ed018d72eed2554f4f9cff1ae6e6bb0cd479 (patch) | |
tree | 341ed14001deb0670a2b98b72039885c9a204dcf /include/sane/sanei_tcp.h | |
parent | ffa8801644a7d53cc1c785e3450f794c07a14eb0 (diff) |
New upstream version 1.0.30upstream/1.0.30
Diffstat (limited to 'include/sane/sanei_tcp.h')
-rw-r--r-- | include/sane/sanei_tcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sane/sanei_tcp.h b/include/sane/sanei_tcp.h index 227e613..a375c39 100644 --- a/include/sane/sanei_tcp.h +++ b/include/sane/sanei_tcp.h @@ -31,7 +31,7 @@ extern SANE_Status sanei_tcp_open(const char *host, int port, int *fdp); extern void sanei_tcp_close(int fd); -extern ssize_t sanei_tcp_write(int fd, const u_char * buf, int count); -extern ssize_t sanei_tcp_read(int fd, u_char * buf, int count); +extern ssize_t sanei_tcp_write(int fd, const u_char * buf, size_t count); +extern ssize_t sanei_tcp_read(int fd, u_char * buf, size_t count); #endif /* sanei_tcp_h */ |