about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/archive.h b/archive.h
index addd94d..541c03c 100644
--- a/archive.h
+++ b/archive.h
@@ -184,6 +184,11 @@ int mboxBody(FILE *file, const char *body);
 
 int htmlMessageHead(FILE *file, const struct Envelope *envelope);
 int htmlMessageTail(FILE *file);
+int htmlThreadHead(FILE *file, const struct Envelope *envelope);
+int htmlThreadHeader(FILE *file, const struct Envelope *envelope);
+int htmlThreadOpen(FILE *file);
+int htmlThreadClose(FILE *file);
+int htmlThreadTail(FILE *file);
 
 int atomEntryHead(FILE *file, const struct Envelope *envelope);
 int atomEntryTail(FILE *file);