X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/e53eb5db2367eb5bf2ec72272e068fe57f3ba6a0..f3143629476bae20f5310bbc0a59fe735b5d245d:/armor.h diff --git a/armor.h b/armor.h index 85ac6a6..8f5dc35 100644 --- a/armor.h +++ b/armor.h @@ -21,7 +21,7 @@ * using putchar_func. */ int armor_openpgp_stream(int (*putchar_func)(void *ctx, size_t count, - unsigned char *c), + void *c), void *ctx, struct openpgp_packet_list *packets); @@ -36,7 +36,7 @@ int armor_openpgp_stream(int (*putchar_func)(void *ctx, size_t count, * packets. */ int dearmor_openpgp_stream(int (*getchar_func)(void *ctx, size_t count, - unsigned char *c), + void *c), void *ctx, struct openpgp_packet_list **packets);