summaryrefslogtreecommitdiffstats
path: root/sqwebmail
diff options
context:
space:
mode:
authorSam Varshavchik2016-09-20 21:41:51 -0400
committerSam Varshavchik2016-09-20 21:41:51 -0400
commitfad0ccf44dfe2a27c10d932c6d424bc3ebe38bd0 (patch)
tree81079c66ec88896d3d2d157c6f3fe03d756bdcfd /sqwebmail
parent5f7973cc9898685380e7256169e1d5eb8e5757e7 (diff)
downloadcourier-libs-fad0ccf44dfe2a27c10d932c6d424bc3ebe38bd0.tar.bz2
Fix new/delete mismatch, external linkage.
Diffstat (limited to 'sqwebmail')
-rw-r--r--sqwebmail/ChangeLog4
-rw-r--r--sqwebmail/gpg.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/sqwebmail/ChangeLog b/sqwebmail/ChangeLog
index 3dfda44..3450934 100644
--- a/sqwebmail/ChangeLog
+++ b/sqwebmail/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-20 "Hanno Böck" <hanno@hboeck.de>
+
+ * gpg.c: Fix external linkage.
+
2016-03-04 Sam Varshavchik <mrsam@courier-mta.com>
* Update to gettext-0.19.6
diff --git a/sqwebmail/gpg.c b/sqwebmail/gpg.c
index fc28952..57f4ed4 100644
--- a/sqwebmail/gpg.c
+++ b/sqwebmail/gpg.c
@@ -36,7 +36,7 @@
extern void output_scriptptrget();
extern void print_attrencodedlen(const char *, size_t, int, FILE *);
extern void print_safe(const char *);
-const char *sqwebmail_content_charset;
+extern const char *sqwebmail_content_charset;
static char gpgerrbuf[1024];