about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-13 15:28:40 -0400
committerJune McEnroe <june@causal.agency>2020-04-13 15:28:40 -0400
commit3882e8c39fdc88231bceb3ed9a5c44b4a8b70f3a (patch)
treed1c0955ffe66e8175d5faecd8f24149b7e357400 /archive.h
parentRename pathMangle to pathSafe (diff)
downloadbubger-3882e8c39fdc88231bceb3ed9a5c44b4a8b70f3a.tar.gz
bubger-3882e8c39fdc88231bceb3ed9a5c44b4a8b70f3a.zip
Add -u option to set base URL
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/archive.h b/archive.h
index 7c6751d..f0572b7 100644
--- a/archive.h
+++ b/archive.h
@@ -180,6 +180,7 @@ int mboxFrom(FILE *file);
 int mboxHeader(FILE *file, const char *header);
 int mboxBody(FILE *file, const char *body);
 
+extern const char *atomBaseURL;
 int atomEntryOpen(FILE *file, const struct Envelope *envelope);
 int atomContentOpen(FILE *file);
 int atomContentClose(FILE *file);