diff options
author | June McEnroe <june@causal.agency> | 2020-04-13 15:28:40 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-13 15:28:40 -0400 |
commit | 3882e8c39fdc88231bceb3ed9a5c44b4a8b70f3a (patch) | |
tree | d1c0955ffe66e8175d5faecd8f24149b7e357400 /archive.h | |
parent | Rename pathMangle to pathSafe (diff) | |
download | bubger-3882e8c39fdc88231bceb3ed9a5c44b4a8b70f3a.tar.gz bubger-3882e8c39fdc88231bceb3ed9a5c44b4a8b70f3a.zip |
Add -u option to set base URL
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 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); |