aboutsummaryrefslogtreecommitdiff
path: root/src/urlencoded.h
diff options
context:
space:
mode:
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