rationalize list handling in mutt a bit.
[apps/madmutt.git] / lib-crypt / gnupgparse.c
index 6b3a7d9..392d735 100644 (file)
@@ -299,7 +299,7 @@ static pgp_key_t parse_pub_line (char *buf, int *is_subkey, pgp_key_t k)
   return k;
 }
 
-pgp_key_t pgp_get_candidates (pgp_ring_t keyring, LIST * hints)
+pgp_key_t pgp_get_candidates (pgp_ring_t keyring, string_list_t * hints)
 {
   FILE *fp;
   pid_t thepid;