diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:53 +0200 |
commit | 115d2beab18fae48374bb3dc8603a0c48df58ce1 (patch) | |
tree | 7e1920e7f69782aec0d4813963c3601d62a757c1 /backend/hp3900_rts8822.c | |
parent | a0fd2a8557d28ec8e7bbf881f78daf7e8e8fbd6b (diff) | |
parent | 1f3f1e7d112f051f22fe7fc82739b483cef09b2a (diff) |
Merge branch 'feature/upstream' into developdevelop
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; |