From 30a637ac6cbd7d1258da4bb015b4176e17e1eebf Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 12 Mar 2024 20:20:05 +0100 Subject: [PATCH] add missing function in header --- src/kds_s2000w_net.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kds_s2000w_net.h b/src/kds_s2000w_net.h index e20f990..c7faa4e 100644 --- a/src/kds_s2000w_net.h +++ b/src/kds_s2000w_net.h @@ -7,6 +7,7 @@ void _sane_kds_s2000w_net_exit(void); SANE_Status _sane_kds_s2000w_net_get_devices(SANE_Device*** device_list, SANE_Bool local_only); SANE_Status _sane_kds_s2000w_net_open(SANE_String_Const devicename, SANE_Handle* handle); void _sane_kds_s2000w_net_close(SANE_Handle handle); +SANE_Status _sane_kds_s2000w_net_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void* value, SANE_Int* info); const SANE_Option_Descriptor* _sane_kds_s2000w_net_get_option_descriptor(SANE_Handle handle, SANE_Int option); void _sane_kds_s2000w_net_cancel(SANE_Handle handle); SANE_Status _sane_kds_s2000w_net_get_parameters(SANE_Handle handle, SANE_Parameters* params); -- 2.39.5