summaryrefslogtreecommitdiffstats
path: root/remailer.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 /remailer.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 'remailer.h')
-rw-r--r--remailer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/remailer.h b/remailer.h
index 57050ec9..b722b082 100644
--- a/remailer.h
+++ b/remailer.h
@@ -55,7 +55,9 @@ struct mixchain
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 */