forked from Mirrors/freeswitch
838eb8aaec
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3763 d0543943-73ff-0310-b7d9-9358b9ac24b2
15 lines
264 B
C
15 lines
264 B
C
#ifndef FRM_COMMON_H
|
|
|
|
#define FRM_COMMON_H
|
|
|
|
#include <libetpan/libetpan.h>
|
|
|
|
void get_from_value(struct mailimf_single_fields * fields,
|
|
char ** from, int * is_addr);
|
|
|
|
void strip_crlf(char * str);
|
|
|
|
void print_mail_info(char * prefix, mailmessage * msg);
|
|
|
|
#endif
|