From 9032566beb37bc907ed21cf0446ee427a82bdcb0 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 13 Apr 2020 14:58:53 -0400 Subject: Export content to Atom Temporarily disabling HTML output... --- archive.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'archive.h') diff --git a/archive.h b/archive.h index 9ea15f4..749ab1b 100644 --- a/archive.h +++ b/archive.h @@ -180,6 +180,13 @@ int mboxFrom(FILE *file); int mboxHeader(FILE *file, const char *header); int mboxBody(FILE *file, const char *body); +int atomEntryOpen(FILE *file, const struct Envelope *envelope); +int atomContentOpen(FILE *file); +int atomContentClose(FILE *file); +int atomEntryClose(FILE *file); +int atomFeedOpen(FILE *file, const struct Envelope *envelope); +int atomFeedClose(FILE *file); + int htmlMessageHead(FILE *file, const struct Envelope *envelope); int htmlMessageTail(FILE *file); int htmlThreadHead(FILE *file, const struct Envelope *envelope); @@ -187,8 +194,3 @@ int htmlThreadHeader(FILE *file, const struct Envelope *envelope); int htmlThreadOpen(FILE *file); int htmlThreadClose(FILE *file); int htmlThreadTail(FILE *file); - -int atomEntryOpen(FILE *file, const struct Envelope *envelope); -int atomEntryClose(FILE *file); -int atomFeedOpen(FILE *file, const struct Envelope *envelope); -int atomFeedClose(FILE *file); -- cgit 1.4.1