summaryrefslogtreecommitdiff
path: root/src/xsane-batch-scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsane-batch-scan.h')
-rw-r--r--src/xsane-batch-scan.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/xsane-batch-scan.h b/src/xsane-batch-scan.h
index 7437ae8..03b018d 100644
--- a/src/xsane-batch-scan.h
+++ b/src/xsane-batch-scan.h
@@ -30,6 +30,14 @@
#include <sane/sane.h>
/* ---------------------------------------------------------------------------------------------------------------------- */
+typedef enum
+{
+ BATCH_MODE_OFF = 0,
+ BATCH_MODE_LAST_SCAN,
+ BATCH_MODE_LOOP
+} BATCH_MODE_T;
+
+/* ---------------------------------------------------------------------------------------------------------------------- */
typedef struct
{