summaryrefslogtreecommitdiff
path: root/backend/hp3900_rts8822.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-06-09 14:27:32 +0200
committerJörg Frings-Fürst <debian@jff.email>2025-06-09 14:27:32 +0200
commit1f3f1e7d112f051f22fe7fc82739b483cef09b2a (patch)
tree7e1920e7f69782aec0d4813963c3601d62a757c1 /backend/hp3900_rts8822.c
parenta0fd2a8557d28ec8e7bbf881f78daf7e8e8fbd6b (diff)
parent652efae78c00b812033ea162d76cd13bd40dcab6 (diff)
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0' with Debian dir fd49a717051e127a9bcd8813f3434d8d71ab8a4c
Diffstat (limited to 'backend/hp3900_rts8822.c')
-rw-r--r--backend/hp3900_rts8822.c8
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;