summaryrefslogtreecommitdiff
path: root/pith/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/options.h')
-rw-r--r--pith/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pith/options.h b/pith/options.h
index f35bcfa3..bdaa252c 100644
--- a/pith/options.h
+++ b/pith/options.h
@@ -234,4 +234,10 @@ extern int (*pith_smime_import_certificate)(char *, char *, size_t);
*/
extern int (*pith_smime_enter_password)(char *, char *, size_t);
+/*
+ * required call to ask the user to confirm to save a certificate in the
+ * store
+ */
+extern int (*pith_smime_confirm_save)(char *);
+
#endif /* PITH_OPTIONS_INCLUDED */