aboutsummaryrefslogtreecommitdiff
path: root/src/urlenc.h
blob: 9c14ccb40a5e3b9777cb47f4e2752f89e2884f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MAGI_INCLUDED_URLENC
#define MAGI_INCLUDED_URLENC

#include "request.h"


void magi_urlenc(struct magi_request * request, const char * encoded);

int  magi_urlenc_size(const char * plain);
void magi_urlencode(const char * plain, char * code);


#endif