nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/scan/sane/ledmi.h b/scan/sane/ledmi.h
2index a987c5d..f72847b 100644
3--- a/scan/sane/ledmi.h
4+++ b/scan/sane/ledmi.h
5@@ -162,7 +162,7 @@ struct ledm_session
6 int bb_open(struct ledm_session*);
7 int bb_close(struct ledm_session*);
8 int bb_get_parameters(struct ledm_session*, SANE_Parameters*, int);
9-int bb_is_paper_in_adf(); /* 0 = no paper in adf, 1 = paper in adf, -1 = error */
10+int bb_is_paper_in_adf(struct ledm_session*); /* 0 = no paper in adf, 1 = paper in adf, -1 = error */
11 SANE_Status bb_start_scan(struct ledm_session*);
12 int bb_get_image_data(struct ledm_session*, int);
13 int bb_end_page(struct ledm_session*, int);
14