summaryrefslogtreecommitdiff
path: root/src/xsane-batch-scan.h
diff options
context:
space:
mode:
authorJulien BLACHE <jblache@debian.org>2006-01-10 21:58:08 +0100
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:22 +0000
commita1871913efc67d71e7b355a8a03655cbf12ab07f (patch)
treecfe538674b55d1d0325e83bbbe1a2703bd2262b9 /src/xsane-batch-scan.h
parentab2ece358cc58b7a7d1671a72d62c2cafe8811bb (diff)
parent7fad909266d49203537a28e6acc5d96b14bf4e7f (diff)
Imported Debian patch 0.99-1debian/0.99-1
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
{