forked from pEp.foundation/libetpan
missing header file, plus weird static thing persists
parent
7d1c362d1d
commit
cc4c5c5e3e
|
@ -128,6 +128,7 @@ src\low-level\mbox\mailmbox_types.h
|
|||
src\low-level\mh\mailmh.h
|
||||
src\low-level\mime\mailmime.h
|
||||
src\low-level\mime\mailmime_content.h
|
||||
src\low-level\mime\mailmime_encode.h
|
||||
src\low-level\mime\mailmime_decode.h
|
||||
src\low-level\mime\mailmime_disposition.h
|
||||
src\low-level\mime\mailmime_types.h
|
||||
|
|
|
@ -342,6 +342,10 @@ LIBETPAN_EXPORT
|
|||
int mailimf_atom_parse(const char * message, size_t length,
|
||||
size_t * indx, char ** result);
|
||||
|
||||
LIBETPAN_EXPORT
|
||||
int mailimf_fws_atom_for_word_parse(const char * message, size_t length,
|
||||
size_t * indx, char ** result, int * p_missing_closing_quote);
|
||||
|
||||
LIBETPAN_EXPORT
|
||||
int mailimf_fws_atom_parse(const char * message, size_t length,
|
||||
size_t * indx, char ** result);
|
||||
|
|
Loading…
Reference in New Issue