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, 0 insertions, 10 deletions
diff --git a/src/urlencoded.h b/src/urlencoded.h
deleted file mode 100644
index 838ae57..0000000
--- a/src/urlencoded.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef MAGI_INCLUDED_URLENCODED
-#define MAGI_INCLUDED_URLENCODED
-
-#include "field.h"
-
-
-int magi_parse_urlencoded(struct magi_field_list ** list, const char * input);
-
-
-#endif