about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-25 15:45:17 -0400
committerJune McEnroe <june@causal.agency>2020-04-25 15:45:17 -0400
commitd3bc945e6317b7f1b80464387e11b191c8143c69 (patch)
treee6b52a8ae67a824cf3df475c82a13da481560cb5 /archive.h
parentWrap <summary> replies count in <data> (diff)
downloadbubger-d3bc945e6317b7f1b80464387e11b191c8143c69.tar.gz
bubger-d3bc945e6317b7f1b80464387e11b191c8143c69.zip
Render index.html
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);