summaryrefslogtreecommitdiff
path: root/backend/epsonds-io.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-05-24 21:03:56 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-05-24 21:03:56 +0200
commit58912f68c2489bcee787599837447e0d64dfd61a (patch)
treedda50aadde35fe152da1a8d50769987ace0f1496 /backend/epsonds-io.h
parentcfd27ef2ad8b005fd47ab41ef29b71d9e3d48201 (diff)
New upstream version 1.0.27upstream/1.0.27
Diffstat (limited to 'backend/epsonds-io.h')
-rw-r--r--backend/epsonds-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epsonds-io.h b/backend/epsonds-io.h
index 1a1b2b7..1bb67c6 100644
--- a/backend/epsonds-io.h
+++ b/backend/epsonds-io.h
@@ -17,7 +17,7 @@
#define USB_TIMEOUT (6 * 1000)
#define USB_SHORT_TIMEOUT (1 * 800)
-size_t eds_send(epsonds_scanner *s, void *buf, size_t length, SANE_Status *status);
+size_t eds_send(epsonds_scanner *s, void *buf, size_t length, SANE_Status *status, size_t reply_len);
size_t eds_recv(epsonds_scanner *s, void *buf, size_t length, SANE_Status *status);
SANE_Status eds_txrx(epsonds_scanner *s, char *txbuf, size_t txlen,