summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-06-09 14:27:53 +0200
committerJörg Frings-Fürst <debian@jff.email>2025-06-09 14:27:53 +0200
commit115d2beab18fae48374bb3dc8603a0c48df58ce1 (patch)
tree7e1920e7f69782aec0d4813963c3601d62a757c1 /include
parenta0fd2a8557d28ec8e7bbf881f78daf7e8e8fbd6b (diff)
parent1f3f1e7d112f051f22fe7fc82739b483cef09b2a (diff)
Merge branch 'feature/upstream' into developdevelop
Diffstat (limited to 'include')
-rw-r--r--include/sane/sanei_usb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sane/sanei_usb.h b/include/sane/sanei_usb.h
index 81032db..f6597c8 100644
--- a/include/sane/sanei_usb.h
+++ b/include/sane/sanei_usb.h
@@ -217,12 +217,12 @@ extern SANE_Status sanei_usb_testing_enable_record(SANE_String_Const path,
* Returns backend name for the file registered in sanei_usb_testing_enable.
* The caller is responsible for freeing it.
*/
-extern SANE_String sanei_usb_testing_get_backend();
+extern SANE_String sanei_usb_testing_get_backend(void);
/** Returns SANE_TRUE if replay testing mode is enabled, i.e. whether we are working with fake
* scan data.
*/
-extern SANE_Bool sanei_usb_is_replay_mode_enabled();
+extern SANE_Bool sanei_usb_is_replay_mode_enabled(void);
/** Clears currently recorded data.
@@ -235,7 +235,7 @@ extern SANE_Bool sanei_usb_is_replay_mode_enabled();
This function may only be called when no USB devices are open, otherwise the behavior is
unpredictable.
*/
-extern void sanei_usb_testing_record_clear();
+extern void sanei_usb_testing_record_clear(void);
/** Records a debug message in the captured USB data if testing mode is enabled. If testing mode
* is not enabled, this function does nothing.