summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-13 07:45:50 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-13 07:45:50 +0000
commit3073846bcf53bfae27ce3f3e829250d6c5f50d05 (patch)
treea5bf2df041753e8bfbe2e32801fc67e9681cef58 /protos.h
parent822535edf4b160d9f023fd2026c824ef061f4ea5 (diff)
Clean up dependencies: remailer.h is no longer included by mutt.h,
and the mix_* prototypes can once again go to remailer.h.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/protos.h b/protos.h
index 96142c26..531dac7a 100644
--- a/protos.h
+++ b/protos.h
@@ -434,14 +434,3 @@ void ci_bounce_message (HEADER *, int *);
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