mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tools: Allow retrieval of signed data from mime-maker.
* tools/mime-maker.c (find_part): New. (mime_maker_get_part): New. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
29db3be6e8
commit
f776757ea9
2 changed files with 69 additions and 0 deletions
|
@ -39,6 +39,8 @@ gpg_error_t mime_maker_end_container (mime_maker_t ctx);
|
|||
unsigned int mime_maker_get_partid (mime_maker_t ctx);
|
||||
|
||||
gpg_error_t mime_maker_make (mime_maker_t ctx, estream_t fp);
|
||||
gpg_error_t mime_maker_get_part (mime_maker_t ctx, unsigned int partid,
|
||||
estream_t *r_stream);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue