diff options
Diffstat (limited to '')
-rw-r--r-- | archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.h b/archive.h index cca5775..f588a09 100644 --- a/archive.h +++ b/archive.h @@ -64,7 +64,7 @@ static inline void envelopeFree(struct Envelope envelope) { free(envelope.bcc.addrs); } -enum Atom exportThreads(FILE *imap, struct List threads); +enum Atom exportFetch(FILE *imap, struct List threads); void exportData(struct List items); #define TEMPLATE(...) #__VA_ARGS__ |