diff options
Diffstat (limited to 'pith/options.h')
-rw-r--r-- | pith/options.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pith/options.h b/pith/options.h index 4eadc9b7..5f601774 100644 --- a/pith/options.h +++ b/pith/options.h @@ -234,9 +234,4 @@ extern int (*pith_smime_import_certificate)(char *, char *, size_t); */ extern int (*pith_smime_enter_password)(char *, char *, size_t); -/* - * used to ask for data to users - */ -extern int (*pith_opt_get_data_prompt)(char *, char *, size_t); - #endif /* PITH_OPTIONS_INCLUDED */ |