aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index 7a1b9ada..454625e7 100644
--- a/src/context.h
+++ b/src/context.h
@@ -186,6 +186,9 @@ struct gpgme_context
/* The optional import filter. */
char *import_filter;
+ /* The optional import options. */
+ char *import_options;
+
/* The operation data hooked into the context. */
ctx_op_data_t op_data;