summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-01-29 15:09:59 -0800
committerKevin McCarthy <kevin@8t8.us>2020-02-28 11:57:38 -0800
commit8bf37106fd4ec9b2ef122711ac2938564688ec5e (patch)
tree9f7557c01ff9ed34eee3b8df1217a1c2a6320347 /main.c
parent9c1f1e48e8a8d4331f5ccf3733dda6e8cfe6bde8 (diff)
Create send.h header.
This will hold the send context, so we may as well pull the prototypes into the header file too.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 413c44de..3c3e22de 100644
--- a/main.c
+++ b/main.c
@@ -31,6 +31,8 @@
#include "url.h"
#include "mutt_crypt.h"
#include "mutt_idna.h"
+#include "send.h"
+
#ifdef USE_SIDEBAR
#include "sidebar.h"
#endif