aboutsummaryrefslogtreecommitdiff
path: root/src/multipart.h
blob: 47cfefe19b324d375805c2e7b10768064c3c2af5 (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_multipart(struct magi_request * request,
                    char *                boundary,
                    int (*next)(void * userdata),
                    void * next_userdata);


#endif