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

#include "error.h"
#include "param.h"


/* Add decoded params from 'encoded' to 'list'. */
magi_error magi_urlencoded(magi_param_list **list, const char *encoded);


#endif