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

#include "field.h"


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


#endif