mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-22 07:31:51 +08:00
include: nxstyle fixes
fixes for nxstyle errors reported by nxstyle tool Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:

committed by
Xiang Xiao

parent
cc37729e29
commit
adc3c9fae9
@@ -42,15 +42,17 @@ char *url_decode(char *str);
|
||||
#endif /* CONFIG_CODECS_URLCODE_NEWMEMORY */
|
||||
|
||||
#ifdef CONFIG_CODECS_URLCODE
|
||||
char *urlencode(const char *src, const int src_len, char *dest, int *dest_len);
|
||||
char *urldecode(const char *src, const int src_len, char *dest, int *dest_len);
|
||||
char *urlencode(const char *src, const int src_len,
|
||||
char *dest, int *dest_len);
|
||||
char *urldecode(const char *src, const int src_len,
|
||||
char *dest, int *dest_len);
|
||||
int urlencode_len(const char *src, const int src_len);
|
||||
int urldecode_len(const char *src, const int src_len);
|
||||
#endif /* CONFIG_CODECS_URLCODE */
|
||||
|
||||
#ifdef CONFIG_CODECS_AVR_URLCODE
|
||||
void urlrawdecode(char *urlbuf);
|
||||
void urlrawencode(char *str,char *urlbuf);
|
||||
void urlrawencode(char *str, char *urlbuf);
|
||||
#endif /* CONFIG_CODECS_AVR_URLCODE */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user