aboutsummaryrefslogtreecommitdiff
path: root/src/urlencoded.h
blob: 838ae57c2220486d9b6d61d230ccefd5448e6089 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MAGI_INCLUDED_URLENCODED
#define MAGI_INCLUDED_URLENCODED

#include "field.h"


int magi_parse_urlencoded(struct magi_field_list ** list, const char * input);


#endif