diff options
Diffstat (limited to 'tools/mime-maker.h')
-rw-r--r-- | tools/mime-maker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mime-maker.h b/tools/mime-maker.h index c0ddaeaa5..f7da1501b 100644 --- a/tools/mime-maker.h +++ b/tools/mime-maker.h @@ -31,6 +31,7 @@ void mime_maker_set_verbose (mime_maker_t ctx, int level); void mime_maker_dump_tree (mime_maker_t ctx); +char *mime_maker_qp_encode (const char *string); gpg_error_t mime_maker_add_header (mime_maker_t ctx, const char *name, const char *value); gpg_error_t mime_maker_add_body (mime_maker_t ctx, const char *string); |