This commit is contained in:
yangjiaxuan 2023-08-23 15:10:47 +08:00
commit c5a0ccce25
1 changed files with 1 additions and 1 deletions

View File

@ -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); 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); return inner_sane_ex_get_driver_version(hh, hl, lh, ll);
} }