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