X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=remailer.h;h=9f93bdd0ebe4911b203a129e6c9722633c29778e;hp=fae6b068d2dcc4563ce87c94d962655c5556ffd1;hb=ddc565e15e8d7e2eaeea568dd6602dc0347474c5;hpb=40fc05e11b8f95a9661e6e410a9e7b7da7824891 diff --git a/remailer.h b/remailer.h index fae6b06..9f93bdd 100644 --- a/remailer.h +++ b/remailer.h @@ -14,39 +14,8 @@ #ifndef _REMAILER_H #define _REMAILER_H -#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 { - ssize_t cl; - int ch[MAXMIXES]; -}; - -typedef struct mixchain MIXCHAIN; - -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 */ +int mix_send_message(string_list_t *, const char *); +int mix_check_message(HEADER * msg); +void mix_make_chain(string_list_t **, int *); #endif /* _REMAILER_H */