diff options
Diffstat (limited to 'archive.h')
-rw-r--r-- | archive.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archive.h b/archive.h index f588a09..872bf00 100644 --- a/archive.h +++ b/archive.h @@ -67,6 +67,8 @@ static inline void envelopeFree(struct Envelope envelope) { enum Atom exportFetch(FILE *imap, struct List threads); void exportData(struct List items); +enum Atom concatFetch(FILE *imap, struct List threads); + #define TEMPLATE(...) #__VA_ARGS__ struct Variable { |