From d3bc945e6317b7f1b80464387e11b191c8143c69 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 25 Apr 2020 15:45:17 -0400 Subject: Render index.html --- archive.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'archive.h') 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); -- cgit 1.4.1