mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Made percent_escape more general.
Added regression tests support to jnlib. W32 changes.
This commit is contained in:
parent
e47321829d
commit
540f9164c0
18 changed files with 551 additions and 56 deletions
|
@ -117,8 +117,9 @@ isascii (int c)
|
|||
#endif
|
||||
#define STR2(v) STR(v)
|
||||
|
||||
/* Percent-escape the string STR by replacing colons with '%3a'. */
|
||||
char *percent_escape (const char *str);
|
||||
/* Percent-escape the string STR by replacing colons with '%3a'. If
|
||||
EXTRA is not NULL, also replace all characters given in EXTRA. */
|
||||
char *percent_escape (const char *str, const char *extra);
|
||||
|
||||
|
||||
#endif /*LIBJNLIB_STRINGHELP_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue