comparison src/parse.c @ 114:a80ebfa16cd5

better debugging output (thanks to Paolo)
author meillo@marmaro.de
date Wed, 30 Jun 2010 15:00:59 +0200
parents f671821d8222
children 899175e8dff0
comparison
equal deleted inserted replaced
113:c93023f58cc7 114:a80ebfa16cd5
347 } 347 }
348 348
349 /* 349 /*
350 allocate address, reading from string. 350 allocate address, reading from string.
351 On failure, returns NULL. 351 On failure, returns NULL.
352 after call, end contatins a pointer to the end of the parsed string 352 after call, end contains a pointer to the end of the parsed string
353 end may be NULL, if we are not interested. 353 end may be NULL, if we are not interested.
354 354
355 parses both rfc 821 and rfc 822 addresses, depending on flag is_rfc821 355 parses both rfc 821 and rfc 822 addresses, depending on flag is_rfc821
356 */ 356 */
357 address* 357 address*