From 84aae6ed294e369c5edf755ef60fb963ce3bd7f7 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 9 Apr 2020 21:59:21 -0400 Subject: Render Atom envelopes --- archive.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archive.h') diff --git a/archive.h b/archive.h index 5a80748..cc29953 100644 --- a/archive.h +++ b/archive.h @@ -86,3 +86,5 @@ int mboxHeader(FILE *file, char *header); int mboxBody(FILE *file, char *body); int htmlEnvelope(FILE *file, const struct Envelope *envelope); + +int atomEnvelope(FILE *file, const struct Envelope *envelope); -- cgit 1.4.1