From: Bastian Dehn Date: Tue, 12 Mar 2024 19:20:05 +0000 (+0100) Subject: add missing function in header X-Git-Tag: v1.0.0^2~103 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=30a637ac6cbd7d1258da4bb015b4176e17e1eebf;p=sane-kds-s2000w-net.git add missing function in header --- 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);