Clean buffy.c and init.c
[apps/madmutt.git] / remailer.h
index 8bf8982..fae6b06 100644 (file)
@@ -37,15 +37,15 @@ typedef struct type2 REMAILER;
 
 
 struct mixchain {
-  size_t cl;
+  ssize_t cl;
   int ch[MAXMIXES];
 };
 
 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 */