aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rfc822parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rfc822parse.h')
-rw-r--r--tools/rfc822parse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/rfc822parse.h b/tools/rfc822parse.h
index 1293117ac..a7ed5b4ec 100644
--- a/tools/rfc822parse.h
+++ b/tools/rfc822parse.h
@@ -60,7 +60,8 @@ int rfc822parse_finish (rfc822parse_t msg);
int rfc822parse_insert (rfc822parse_t msg,
const unsigned char *line, size_t length);
-char *rfc822parse_get_field (rfc822parse_t msg, const char *name, int which);
+char *rfc822parse_get_field (rfc822parse_t msg, const char *name, int which,
+ size_t *valueoff);
const char *rfc822parse_enum_header_lines (rfc822parse_t msg, void **context);