Removed curl dependency
This commit is contained in:
parent
f6b3e95100
commit
af334bb746
9 changed files with 121 additions and 89 deletions
|
|
@ -59,5 +59,7 @@ char *clicon_strjoin (int argc, char **argv, char *delim);
|
|||
#ifndef HAVE_STRNDUP
|
||||
char *clicon_strndup (const char *, size_t);
|
||||
#endif /* ! HAVE_STRNDUP */
|
||||
int percent_encode(char *str, char **escp);
|
||||
int percent_decode(char *esc, char **str);
|
||||
|
||||
#endif /* _CLIXON_STRING_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue