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 10d297f6..e976ba3f 100644
--- a/src/context.h
+++ b/src/context.h
@@ -180,6 +180,9 @@ struct gpgme_context
/* The optional key origin. */
char *key_origin;
+ /* The optional import filter. */
+ char *import_filter;
+
/* The operation data hooked into the context. */
ctx_op_data_t op_data;