summaryrefslogtreecommitdiff
path: root/pith/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/options.h')
-rw-r--r--pith/options.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pith/options.h b/pith/options.h
index 0d5412a1..c452b97b 100644
--- a/pith/options.h
+++ b/pith/options.h
@@ -224,5 +224,14 @@ extern char *(*pith_opt_user_agent_prefix)(void);
*/
extern int (*pith_opt_smime_get_passphrase)(void);
+/*
+ * Required call to interface for input of file to import.
+ */
+extern int (*pith_smime_import_certificate)(char *, char *, size_t);
+
+/*
+ * Required call to ask user to enter a password, with a given char * prompt
+ */
+extern void (*pith_enter_password)(char *, char *, size_t);
#endif /* PITH_OPTIONS_INCLUDED */