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

#include "request.h"


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


#endif