not having wide chars is soooo 90, please, I *really* don't care with
[apps/madmutt.git] / lib-crypt / gnupgparse.c
index 03bab1a..392d735 100644 (file)
@@ -35,6 +35,8 @@
 
 #include <lib-lib/mem.h>
 #include <lib-lib/str.h>
+#include <lib-lib/date.h>
+#include <lib-lib/debug.h>
 
 #include <lib-mime/mime.h>
 
@@ -42,7 +44,6 @@
 #include "pgp.h"
 #include "charset.h"
 
-#include "lib/debug.h"
 
 /****************
  * Read the GNUPG keys.  For now we read the complete keyring by
@@ -298,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;