X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-base%2Fsrc%2Ftemplate_utils.h;h=32a79f93bcd33ad30c6e626244b46dd263b68266;hp=872ecb072f5ad2bd71bcb498b93c01a1e823e79f;hb=1d5a3123ed63777e2d40250fba99cf8cf2f58476;hpb=59dea0230cbbea75459c4e61d1da64629d1da31b diff --git a/modules/luci-base/src/template_utils.h b/modules/luci-base/src/template_utils.h index 872ecb072..32a79f93b 100644 --- a/modules/luci-base/src/template_utils.h +++ b/modules/luci-base/src/template_utils.h @@ -1,7 +1,7 @@ /* * LuCI Template - Utility header * - * Copyright (C) 2010-2018 Jo-Philipp Wich + * Copyright (C) 2010-2012 Jo-Philipp Wich * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,8 +22,6 @@ #include #include #include -#include -#include /* buffer object */ @@ -44,8 +42,6 @@ char * buf_destroy(struct template_buffer *buf); char * utf8(const char *s, unsigned int l); char * pcdata(const char *s, unsigned int l); char * striptags(const char *s, unsigned int l); -char * urlencode(const char *s, size_t *encoded_len); -char * urldecode(const char *s, size_t *decoded_len, bool keep_plus); void luastr_escape(struct template_buffer *out, const char *s, unsigned int l, int escape_xml); void luastr_translate(struct template_buffer *out, const char *s, unsigned int l, int escape_xml);