summaryrefslogtreecommitdiffstats
path: root/autocrypt
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 /autocrypt
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 'autocrypt')
-rw-r--r--autocrypt/autocrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/autocrypt/autocrypt.c b/autocrypt/autocrypt.c
index 7a3be260..628f0d46 100644
--- a/autocrypt/autocrypt.c
+++ b/autocrypt/autocrypt.c
@@ -26,6 +26,7 @@
#include "mime.h"
#include "mutt_idna.h"
#include "mailbox.h"
+#include "send.h"
#include "autocrypt.h"
#include "autocrypt_private.h"