diff options
Diffstat (limited to '')
-rw-r--r-- | archive.h | 5 |
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); |