sane.h (25381912) | sane.h (7a164331) |
---|---|
1/* sane - Scanner Access Now Easy. 2 Copyright (C) 1997-1999 David Mosberger-Tang and Andreas Beck 3 This file is part of the SANE package. 4 5 This file is in the public domain. You may use and modify it as 6 you see fit, as long as this copyright message is included and 7 that there is an indication as to what modifications have been 8 made (if any). --- 56 unchanged lines hidden (view full) --- 65 SANE_STATUS_NO_DOCS, /* document feeder out of documents */ 66 SANE_STATUS_COVER_OPEN, /* scanner cover is open */ 67 SANE_STATUS_IO_ERROR, /* error during device I/O */ 68 SANE_STATUS_NO_MEM, /* out of memory */ 69 SANE_STATUS_ACCESS_DENIED /* access to resource has been denied */ 70 } 71SANE_Status; 72 | 1/* sane - Scanner Access Now Easy. 2 Copyright (C) 1997-1999 David Mosberger-Tang and Andreas Beck 3 This file is part of the SANE package. 4 5 This file is in the public domain. You may use and modify it as 6 you see fit, as long as this copyright message is included and 7 that there is an indication as to what modifications have been 8 made (if any). --- 56 unchanged lines hidden (view full) --- 65 SANE_STATUS_NO_DOCS, /* document feeder out of documents */ 66 SANE_STATUS_COVER_OPEN, /* scanner cover is open */ 67 SANE_STATUS_IO_ERROR, /* error during device I/O */ 68 SANE_STATUS_NO_MEM, /* out of memory */ 69 SANE_STATUS_ACCESS_DENIED /* access to resource has been denied */ 70 } 71SANE_Status; 72 |
73/* following are for later sane version, older frontends wont support */ | 73/* following are for later sane version, older frontends won't support */ |
74#if 0 75#define SANE_STATUS_WARMING_UP 12 /* lamp not ready, please retry */ 76#define SANE_STATUS_HW_LOCKED 13 /* scanner mechanism locked for transport */ 77#endif 78 79typedef enum 80 { 81 SANE_TYPE_BOOL = 0, --- 167 unchanged lines hidden --- | 74#if 0 75#define SANE_STATUS_WARMING_UP 12 /* lamp not ready, please retry */ 76#define SANE_STATUS_HW_LOCKED 13 /* scanner mechanism locked for transport */ 77#endif 78 79typedef enum 80 { 81 SANE_TYPE_BOOL = 0, --- 167 unchanged lines hidden --- |