From 3882e8c39fdc88231bceb3ed9a5c44b4a8b70f3a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 13 Apr 2020 15:28:40 -0400 Subject: Add -u option to set base URL --- archive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'archive.h') 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); -- cgit 1.4.1