Diffstat (limited to 'kmicromail/libetpan/tests/frm-common.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kmicromail/libetpan/tests/frm-common.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kmicromail/libetpan/tests/frm-common.h b/kmicromail/libetpan/tests/frm-common.h new file mode 100644 index 0000000..c1a27c2 --- a/dev/null +++ b/kmicromail/libetpan/tests/frm-common.h | |||
@@ -0,0 +1,14 @@ | |||
1 | #ifndef FRM_COMMON_H | ||
2 | |||
3 | #define FRM_COMMON_H | ||
4 | |||
5 | #include <libetpan/libetpan.h> | ||
6 | |||
7 | void get_from_value(struct mailimf_single_fields * fields, | ||
8 | char ** from, int * is_addr); | ||
9 | |||
10 | void strip_crlf(char * str); | ||
11 | |||
12 | void print_mail_info(char * prefix, mailmessage * msg); | ||
13 | |||
14 | #endif | ||