diff options
Diffstat (limited to 'backend/escl/escl.h')
| -rw-r--r-- | backend/escl/escl.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/backend/escl/escl.h b/backend/escl/escl.h index 142b4b4..f99bff9 100644 --- a/backend/escl/escl.h +++ b/backend/escl/escl.h @@ -92,10 +92,12 @@ typedef struct {  typedef struct ESCL_Device {      struct ESCL_Device *next; +    double    version;      char     *model_name;      int       port_nb;      char     *ip_address;      char     *is; +    int       tls;      char     *uuid;      char     *type;      SANE_Bool https; @@ -146,6 +148,7 @@ typedef struct support      int min;      int max;      int normal; +    int value;      int step;  } support_t; | 
