X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=remailer.h;h=cdefddc4847fa2edb7414a62db263d36b08e27c6;hp=8bf8982408acc3527f6b448a23ab2be75d9b4bf4;hb=6ebff74ad242d4c56fb7762965b19cee14fd2daa;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/remailer.h b/remailer.h index 8bf8982..cdefddc 100644 --- a/remailer.h +++ b/remailer.h @@ -16,36 +16,9 @@ #ifdef MIXMASTER -#define MIX_CAP_COMPRESS (1 << 0) -#define MIX_CAP_MIDDLEMAN (1 << 1) -#define MIX_CAP_NEWSPOST (1 << 2) -#define MIX_CAP_NEWSMAIL (1 << 3) - -/* Mixmaster's maximum chain length. Don't change this. */ - -#define MAXMIXES 19 - -struct type2 { - int num; - char *shortname; - char *addr; - char *ver; - int caps; -}; - -typedef struct type2 REMAILER; - - -struct mixchain { - size_t cl; - int ch[MAXMIXES]; -}; - -typedef struct mixchain MIXCHAIN; - -int mix_send_message (LIST *, const char *); -int mix_check_message (HEADER * msg); -void mix_make_chain (LIST **, int *); +int mix_send_message(string_list_t *, const char *); +int mix_check_message(HEADER * msg); +void mix_make_chain(string_list_t **, int *); #endif /* MIXMASTER */