blob: 152d4f00dc757f3d0c1c92a69d3e80df5e7ebf69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
remove most of the typedefs!
------------------------------------------------------------
improve error handling!!!!
mime_message_t *
mime_message_parse(http_input_stream_t *in,
const char* root_id, const char* boundary,
const char* dest_dir);
and try to optimize mime API
|