rationalize list handling in mutt a bit.
[apps/madmutt.git] / remailer.h
index 8bf8982..7a17db6 100644 (file)
@@ -43,9 +43,9 @@ struct mixchain {
 
 typedef struct mixchain MIXCHAIN;
 
-int mix_send_message (LIST *, const char *);
+int mix_send_message (string_list_t *, const char *);
 int mix_check_message (HEADER * msg);
-void mix_make_chain (LIST **, int *);
+void mix_make_chain (string_list_t **, int *);
 
 #endif /* MIXMASTER */