Use p_new instead of xmalloc()
[apps/madmutt.git] / remailer.h
index cdefddc..9f93bdd 100644 (file)
 #ifndef _REMAILER_H
 #define _REMAILER_H
 
-#ifdef 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 /* MIXMASTER */
-
 #endif /* _REMAILER_H */