about summary refs log tree commit diff
path: root/blaze822.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.h')
-rw-r--r--blaze822.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blaze822.h b/blaze822.h
index f466779..053ef0a 100644
--- a/blaze822.h
+++ b/blaze822.h
@@ -31,7 +31,7 @@ char *blaze822_orig_header(struct message *mesg);
 // rfc2047.c
 
 int blaze822_decode_rfc2047(char *, char *, size_t, char *);
-int blaze822_decode_qp(char *start, char *stop, char **deco, size_t *decleno);
+int blaze822_decode_qp(char *start, char *stop, char **deco, size_t *decleno, int underscore);
 int blaze822_decode_b64(char *start, char *stop, char **deco, size_t *decleno);
 
 // rfc2045.c