~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to scan/sane/hpaio.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-10-06 15:03:44 UTC
  • mfrom: (1.6.1) (20.1.16 quantal)
  • Revision ID: package-import@ubuntu.com-20121006150344-2p3xz26br0t3hu2q
Tags: 3.12.10-1
* New upstream release
  - Fixes "Network scanning fails (Closes: #683033)
* quilt refresh hplip-syslog-fix-debug-messages-to-error.dpatch
* Fix "error in clean build env" updated debian/rules (Closes: #687129)

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
                int             compat;
199
199
                char            decipixelChar;
200
200
 
201
 
                int             minXRes, minYRes;
202
 
                int             maxXRes, maxYRes;
 
201
                int             minRes, maxRes;
203
202
                int             maxXExtent, maxYExtent;
204
 
 
205
 
                int             adfCapability;
206
203
                int             unloadAfterScan;
 
204
                int             flatbedCapability, adfCapability;
 
205
                int             minResAdf, maxResAdf;
207
206
 
208
207
                PmlObject_t     objSupportedFunctions;
209
208
        } scl;