From 652efae78c00b812033ea162d76cd13bd40dcab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 9 Jun 2025 14:27:29 +0200 Subject: New upstream version 1.4.0 --- include/sane/sanei_usb.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/sane') 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. -- cgit v1.2.3