about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-10 17:22:13 -0400
committerJune McEnroe <june@causal.agency>2020-04-10 17:22:13 -0400
commit93aa78f326683d14f243f74809f7bf000d7faebf (patch)
tree31226dad12ccc6dac51d6649d514a84cf9132a61 /archive.h
parentConcatenate mbox threads (diff)
downloadbubger-93aa78f326683d14f243f74809f7bf000d7faebf.tar.gz
bubger-93aa78f326683d14f243f74809f7bf000d7faebf.zip
Concatenate Atom threads
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h5
1 files changed, 4 insertions, 1 deletions
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);