From 652efae78c00b812033ea162d76cd13bd40dcab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 9 Jun 2025 14:27:29 +0200 Subject: New upstream version 1.4.0 --- backend/hp3900_rts8822.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backend/hp3900_rts8822.c') diff --git a/backend/hp3900_rts8822.c b/backend/hp3900_rts8822.c index f74d586..5cdfafe 100644 --- a/backend/hp3900_rts8822.c +++ b/backend/hp3900_rts8822.c @@ -618,7 +618,7 @@ RTS_Free (struct st_device *dev) } static struct st_device * -RTS_Alloc () +RTS_Alloc (void) { /* this function allocates space for device's variable */ @@ -6304,7 +6304,7 @@ Gamma_GetTables (struct st_device *dev, SANE_Byte * Gamma_buffer) } static void -Gamma_FreeTables () +Gamma_FreeTables (void) { SANE_Int c; @@ -11319,7 +11319,7 @@ Head_Relocate (struct st_device *dev, SANE_Int speed, SANE_Int direction, } static SANE_Int -Calib_CreateFixedBuffers () +Calib_CreateFixedBuffers (void) { SANE_Byte channel; SANE_Int ret; @@ -14002,7 +14002,7 @@ Free_Constrains (struct st_device *dev) } static void -RTS_DebugInit () +RTS_DebugInit (void) { /* Default values */ RTS_Debug->dev_model = HP3970; -- cgit v1.2.3