aboutsummaryrefslogtreecommitdiff
path: root/src/multipart.h
blob: 0b55e8ca058972190f867585e25f8c2d239a6ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MAGI_INCLUDED_MULTIPART
#define MAGI_INCLUDED_MULTIPART

#include "request.h"


void magi_parse_multipart(struct magi_request *request,
                          char                *boundary,
                          int                (*next)(void *userdata),
                          void                *next_userdata);


#endif