diff options
Diffstat (limited to '')
-rw-r--r-- | archive.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archive.h b/archive.h index 532ef47..03ee4f2 100644 --- a/archive.h +++ b/archive.h @@ -194,9 +194,11 @@ int atomFeedClose(FILE *file); extern const char *htmlTitle; int htmlMessageOpen(FILE *file, const struct Envelope *envelope); int htmlInline(FILE *file, const struct BodyPart *part, const char *content); +int htmlAttachmentOpen(FILE *file); int htmlAttachment( FILE *file, const struct BodyPart *part, const struct Variable pathVars[] ); +int htmlAttachmentClose(FILE *file); int htmlMessageClose(FILE *file); int htmlThreadHead(FILE *file, const struct Envelope *envelope); int htmlThreadOpen(FILE *file, const struct Envelope *envelope); |