X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=util.h;h=ecffe6c2bd7358f23ea6cf73109f0aa3ee7549bd;hb=ed8ce0d5d28b745cfe9b2eda0d70f9ce4b147092;hp=0001195df38aff0cc00a62cd65f7d3ae7c060ec7;hpb=a615818198005732f587c09d43cc7f0540a52043;p=project%2Fcgi-io.git diff --git a/util.h b/util.h index 0001195..ecffe6c 100644 --- a/util.h +++ b/util.h @@ -6,6 +6,7 @@ char** parse_command(const char *cmdline); char* postdecode(char **fields, int n_fields); +char* postdecode_fields(char *postbuf, ssize_t len, char **fields, int n_fields); char* canonicalize_path(const char *path, size_t len); bool urldecode(char *buf); char* datadup(const void *in, size_t len);