and the mix_* prototypes can once again go to remailer.h.
# define N_(a) a
#endif
-#ifdef MIXMASTER
-# include "remailer.h"
-#endif
-
#ifdef SUBVERSION
# define MUTT_VERSION (VERSION SUBVERSION)
#else
void ci_send_message (int, HEADER *, char *, CONTEXT *, HEADER *);
-
-#ifdef MIXMASTER
-/* mixmaster support - must go here so we get the
- * type definitions in the right order.
- */
-
-
-int mix_send_message (LIST *, const char *);
-int mix_check_message (HEADER *msg);
-void mix_make_chain (LIST **, int *);
-#endif
typedef struct mixchain MIXCHAIN;
-/* function prototypes are in protos.h */
+int mix_send_message (LIST *, const char *);
+int mix_check_message (HEADER *msg);
+void mix_make_chain (LIST **, int *);
#endif /* MIXMASTER */
#include "pgp.h"
#endif
+#ifdef MIXMASTER
+#include "remailer.h"
+#endif
static void append_signature (FILE *f)