Generalized template and variable substitution functions
Modified api-path-fmt to uri-encoded only =restval
This commit is contained in:
parent
278def125c
commit
01938b7a64
6 changed files with 153 additions and 85 deletions
|
|
@ -109,6 +109,7 @@ char *clixon_trim(char *str);
|
|||
char *clixon_trim2(char *str, char *trims);
|
||||
int clicon_strcmp(char *s1, char *s2);
|
||||
int clixon_unicode2utf8(char *ucstr, char *utfstr, size_t utflen);
|
||||
int clixon_str_subst(char *str, cvec *cvv, cbuf *cb);
|
||||
|
||||
#ifndef HAVE_STRNDUP
|
||||
char *clicon_strndup (const char *, size_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue