|
@@ -31,8 +31,7 @@ struct multipart_parser_settings {
|
|
|
multipart_notify_cb on_body_end;
|
|
|
};
|
|
|
|
|
|
-multipart_parser* multipart_parser_init
|
|
|
- (const char *boundary, const multipart_parser_settings* settings);
|
|
|
+multipart_parser* multipart_parser_init(const char *boundary, const multipart_parser_settings* settings);
|
|
|
|
|
|
void multipart_parser_free(multipart_parser* p);
|
|
|
|