X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fpgpinvoke.c;h=38accecced8be21180a1e63696fbd3e7e5a2de98;hp=f5d45e97c5aa110f7607cf70684a6025fdd0bc2f;hb=10e80e482eff3762b0b8d41b0c7795b76704479c;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a diff --git a/lib-crypt/pgpinvoke.c b/lib-crypt/pgpinvoke.c index f5d45e9..38accec 100644 --- a/lib-crypt/pgpinvoke.c +++ b/lib-crypt/pgpinvoke.c @@ -31,6 +31,8 @@ #include #include +#include + #include #include @@ -327,7 +329,7 @@ pid_t pgp_invoke_verify_key (FILE ** pgpin, FILE ** pgpout, FILE ** pgperr, pid_t pgp_invoke_list_keys (FILE ** pgpin, FILE ** pgpout, FILE ** pgperr, int pgpinfd, int pgpoutfd, int pgperrfd, - pgp_ring_t keyring, LIST * hints) + pgp_ring_t keyring, string_list_t * hints) { char uids[HUGE_STRING]; char tmpuids[HUGE_STRING];