about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-16 10:44:35 -0400
committerJune McEnroe <june@causal.agency>2020-04-16 10:44:35 -0400
commit43f68d46baede7e91aa5d061a06112b74f3ac609 (patch)
tree40cfff80ed4e57673a2ed3e6cb6656cd4d25aa10 /archive.h
parentRender message links before to/cc (diff)
downloadbubger-43f68d46baede7e91aa5d061a06112b74f3ac609.tar.gz
bubger-43f68d46baede7e91aa5d061a06112b74f3ac609.zip
Render text/plain to HTML
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/archive.h b/archive.h
index 49f2a1f..8b991cb 100644
--- a/archive.h
+++ b/archive.h
@@ -206,6 +206,8 @@ int atomFeedClose(FILE *file);
 
 extern const char *htmlTitle;
 int htmlMessageOpen(FILE *file, const struct Envelope *envelope);
+int htmlInlineOpen(FILE *file, const struct BodyPart *part);
+int htmlInlineClose(FILE *file);
 int htmlMessageClose(FILE *file);
 int htmlThreadHead(FILE *file, const struct Envelope *envelope);
 int htmlThreadOpen(FILE *file, const struct Envelope *envelope);