diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:29 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:29 +0200 |
commit | 652efae78c00b812033ea162d76cd13bd40dcab6 (patch) | |
tree | 7c139f4d2a28061607cd7e2269693df993e5d60a /backend/hp3900_rts8822.c | |
parent | bfa2ae8e43fcbab696f272fffd164d0637e965c5 (diff) |
New upstream version 1.4.0upstream/1.4.0upstream
Diffstat (limited to 'backend/hp3900_rts8822.c')
-rw-r--r-- | backend/hp3900_rts8822.c | 8 |
1 files changed, 4 insertions, 4 deletions
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; |