diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-01 21:46:12 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-01 21:46:39 +0100 |
commit | e4f960ca74af4a89743bb5266423b13e3d1b6235 (patch) | |
tree | 6afad1045597d38630c520f8a8a215913d090f0c /utils.h | |
parent | 46cf4c79368daa556ed6936999ab05408f61da00 (diff) |
add uh_split_header()
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,5 +56,6 @@ int uh_urldecode(char *buf, int blen, const char *src, int slen); int uh_urlencode(char *buf, int blen, const char *src, int slen); int uh_b64decode(char *buf, int blen, const unsigned char *src, int slen); bool uh_path_match(const char *prefix, const char *url); +char *uh_split_header(char *str); #endif |