From 78d880bcfe4799f069bba4ad79c6332c25d6db04 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 9 Apr 2020 22:25:00 -0400 Subject: Move export code to export.c --- imap.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'imap.h') diff --git a/imap.h b/imap.h index e4ac7ea..f9b3106 100644 --- a/imap.h +++ b/imap.h @@ -14,6 +14,9 @@ * along with this program. If not, see . */ +#ifndef IMAP_H +#define IMAP_H + #include #include #include @@ -136,3 +139,5 @@ static inline void respFree(struct Resp resp) { extern bool imapVerbose; FILE *imapOpen(const char *host, const char *port); struct Resp imapResp(FILE *imap); + +#endif /* IMAP_H */ -- cgit 1.4.1