summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/archive.h b/archive.h
index 541c03c..ffe1561 100644
--- a/archive.h
+++ b/archive.h
@@ -190,7 +190,7 @@ int htmlThreadOpen(FILE *file);
 int htmlThreadClose(FILE *file);
 int htmlThreadTail(FILE *file);
 
-int atomEntryHead(FILE *file, const struct Envelope *envelope);
-int atomEntryTail(FILE *file);
-int atomFeedHead(FILE *file, const struct Envelope *envelope);
-int atomFeedTail(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);