diff options
Diffstat (limited to 'src/context.h')
| -rw-r--r-- | src/context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h index ba9b83ef..8789f564 100644 --- a/src/context.h +++ b/src/context.h @@ -196,6 +196,9 @@ struct gpgme_context * options. */ char *known_notations; + /* The optional export filter. */ + char *export_filter; + /* The operation data hooked into the context. */ ctx_op_data_t op_data; |
