1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* rfc822parse.c (rfc822parse_get_field): Add arg VALUEOFF.

This commit is contained in:
Werner Koch 2004-07-20 11:21:53 +00:00
parent 08b98804e4
commit 224da03784
3 changed files with 28 additions and 4 deletions

View file

@ -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);