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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/archive.h b/archive.h
index 65f8a84..136723b 100644
--- a/archive.h
+++ b/archive.h
@@ -209,3 +209,9 @@ int htmlThreadOpen(FILE *file, const struct Envelope *envelope);
 int htmlSubthreadOpen(FILE *file, struct List thread);
 int htmlSubthreadClose(FILE *file);
 int htmlThreadClose(FILE *file);
+int htmlIndexHead(FILE *file);
+int htmlIndexOpen(FILE *file);
+int htmlIndexThread(
+	FILE *file, const struct Envelope *envelope, struct List thread
+);
+int htmlIndexClose(FILE *file);