From 93aa78f326683d14f243f74809f7bf000d7faebf Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 10 Apr 2020 17:22:13 -0400 Subject: Concatenate Atom threads --- archive.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'archive.h') diff --git a/archive.h b/archive.h index b43fe87..bcadb70 100644 --- a/archive.h +++ b/archive.h @@ -101,4 +101,7 @@ int mboxBody(FILE *file, char *body); int htmlEnvelope(FILE *file, const struct Envelope *envelope); -int atomEnvelope(FILE *file, const struct Envelope *envelope); +int atomEntryHead(FILE *file, const struct Envelope *envelope); +int atomEntryTail(FILE *file); +int atomFeedHead(FILE *file, const struct Envelope *envelope); +int atomFeedTail(FILE *file); -- cgit 1.4.1