From 1587f4d8da3d8febe2c7a50341d032f1900c15dc Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Wed, 23 Aug 2023 14:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4sane=5Fex=5Fget=5Fdriver=5Fve?= =?UTF-8?q?rsion=E5=8F=82=E6=95=B0=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgsane/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgsane/main.c b/hgsane/main.c index c5f8e21..9a53031 100644 --- a/hgsane/main.c +++ b/hgsane/main.c @@ -115,7 +115,7 @@ SANE_Status sane_read_ext_info(SANE_Img_Ext_Info* ext_info, SANE_Int* len) { return inner_sane_read_ext(ext_info, len); } -SANE_Status sane_ex_get_driver_version(SANE_Int* hh, SANE_Int* hl, SANE_Int* lh, SANE_Int* ll) +int sane_ex_get_driver_version(int* hh, int* hl, int* lh, int* ll) { return inner_sane_ex_get_driver_version(hh, hl, lh, ll); }