aboutsummaryrefslogtreecommitdiff
path: root/src/urlencoded.h
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2019-09-13 18:50:34 +0300
committerAleksey Veresov <aleksey@veresov.pro>2019-09-13 18:50:34 +0300
commitad6188f911af896c9c77e9215bea3c5c2a4e6cc3 (patch)
tree158b4015ff302f72fe2bb8a0ee3d5441ffb66719 /src/urlencoded.h
downloadmagi-ad6188f911af896c9c77e9215bea3c5c2a4e6cc3.tar
magi-ad6188f911af896c9c77e9215bea3c5c2a4e6cc3.tar.xz
magi-ad6188f911af896c9c77e9215bea3c5c2a4e6cc3.zip
Project name and license are added. Minor changes.
Diffstat (limited to 'src/urlencoded.h')
-rw-r--r--src/urlencoded.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/urlencoded.h b/src/urlencoded.h
new file mode 100644
index 0000000..aa3023e
--- /dev/null
+++ b/src/urlencoded.h
@@ -0,0 +1,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