X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=remailer.h;h=7a17db64feb34773e6d63478f4961881b58ddf51;hp=8bf8982408acc3527f6b448a23ab2be75d9b4bf4;hb=108f3c7ab59844591f7540347914ea57be5245e2;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/remailer.h b/remailer.h index 8bf8982..7a17db6 100644 --- a/remailer.h +++ b/remailer.h @@ -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 */