Mercurial > masqmail
comparison src/masqmail.h @ 303:3e3c280ca5b2
replaced header_fold() with a better implementation
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 09 Dec 2010 18:01:46 -0300 |
parents | ca2d11aec2a3 |
children | f10a56dc7481 |
comparison
equal
deleted
inserted
replaced
302:2ffcd38ccf53 | 303:3e3c280ca5b2 |
---|---|
402 | 402 |
403 /* header.c */ | 403 /* header.c */ |
404 gchar *rec_timestamp(); | 404 gchar *rec_timestamp(); |
405 GList *find_header(GList * hdr_list, header_id id, gchar * hdr_str); | 405 GList *find_header(GList * hdr_list, header_id id, gchar * hdr_str); |
406 void header_unfold(header * hdr); | 406 void header_unfold(header * hdr); |
407 void header_fold(header * hdr); | 407 void header_fold(header * hdr, unsigned int maxlen); |
408 header *create_header(header_id id, gchar * fmt, ...); | 408 header *create_header(header_id id, gchar * fmt, ...); |
409 void destroy_header(header * hdr); | 409 void destroy_header(header * hdr); |
410 header *copy_header(header * hdr); | 410 header *copy_header(header * hdr); |
411 header *get_header(gchar * line); | 411 header *get_header(gchar * line); |
412 | 412 |