aboutsummaryrefslogtreecommitdiff
path: root/src/urlencoded.h
blob: df33fe4064eb7b4c1cfc3a4fd0e406b4b15389b7 (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_parse_urlencoded(magi_params **list, const char *encoded);


#endif