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


/* 'code' from urlenc must have size of at least magi_urlenc_size(plain). */
int  magi_urlenc_size(const char *plain);
void magi_urlenc(const char *plain, char *code);


#endif