about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-09 21:59:21 -0400
committerJune McEnroe <june@causal.agency>2020-04-09 21:59:48 -0400
commit84aae6ed294e369c5edf755ef60fb963ce3bd7f7 (patch)
treec52743cb1cda5b6018b5ecf77c1e0dbeaf6276dc /archive.h
parentFactor out templateURL (diff)
downloadbubger-84aae6ed294e369c5edf755ef60fb963ce3bd7f7.tar.gz
bubger-84aae6ed294e369c5edf755ef60fb963ce3bd7f7.zip
Render Atom envelopes
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h2
1 files changed, 2 insertions, 0 deletions
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);