diff options
| author | Sam Varshavchik | 2016-09-20 21:41:51 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2016-09-20 21:41:51 -0400 | 
| commit | fad0ccf44dfe2a27c10d932c6d424bc3ebe38bd0 (patch) | |
| tree | 81079c66ec88896d3d2d157c6f3fe03d756bdcfd /sqwebmail/gpg.c | |
| parent | 5f7973cc9898685380e7256169e1d5eb8e5757e7 (diff) | |
| download | courier-libs-fad0ccf44dfe2a27c10d932c6d424bc3ebe38bd0.tar.bz2 | |
Fix new/delete mismatch, external linkage.
Diffstat (limited to 'sqwebmail/gpg.c')
| -rw-r--r-- | sqwebmail/gpg.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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]; | 
