diff options
author | June McEnroe <june@causal.agency> | 2020-04-26 18:00:30 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-26 18:00:30 -0400 |
commit | 3ca8ba8b466028cc5d653b960abd9b2126031fef (patch) | |
tree | bc3dd2aa60cbc6b13c36df364d3dbc4ce886ac17 /archive.h | |
parent | Put dates on new lines in index (diff) | |
download | bubger-3ca8ba8b466028cc5d653b960abd9b2126031fef.tar.gz bubger-3ca8ba8b466028cc5d653b960abd9b2126031fef.zip |
Add mailto address for the archive
Diffstat (limited to '')
-rw-r--r-- | archive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archive.h b/archive.h index 9a0de12..8cb20fe 100644 --- a/archive.h +++ b/archive.h @@ -190,6 +190,7 @@ int mboxBody(FILE *file, const char *body); extern const char *baseURL; extern const char *baseTitle; +extern const char *baseAddress; int atomEntryOpen(FILE *file, const struct Envelope *envelope); int atomContent(FILE *file, const char *content); |