diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:32 +0200 |
commit | 1f3f1e7d112f051f22fe7fc82739b483cef09b2a (patch) | |
tree | 7e1920e7f69782aec0d4813963c3601d62a757c1 /include/sane/sanei_usb.h | |
parent | a0fd2a8557d28ec8e7bbf881f78daf7e8e8fbd6b (diff) | |
parent | 652efae78c00b812033ea162d76cd13bd40dcab6 (diff) |
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0'
with Debian dir fd49a717051e127a9bcd8813f3434d8d71ab8a4c
Diffstat (limited to 'include/sane/sanei_usb.h')
-rw-r--r-- | include/sane/sanei_usb.h | 6 |
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. |