From 8f14a3f2fba82f53a0a62899a426e07042a7a214 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 21 Apr 2002 15:30:40 +0000 Subject: [PATCH] Don't export cap_data. Henning Meier-Geinitz --- backend/artec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/artec.c b/backend/artec.c index 836cc7050..2535bd494 100644 --- a/backend/artec.c +++ b/backend/artec.c @@ -134,7 +134,7 @@ static const u_int8_t test_unit_ready[] = 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; -struct +static struct { SANE_String model; /* product model */ SANE_String type; /* type of scanner */