diff options
Diffstat (limited to 'jnlib/stringhelp.h')
-rw-r--r-- | jnlib/stringhelp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jnlib/stringhelp.h b/jnlib/stringhelp.h index 869b0f00e..fdd887bf2 100644 --- a/jnlib/stringhelp.h +++ b/jnlib/stringhelp.h @@ -1,6 +1,6 @@ /* stringhelp.h * Copyright (C) 1998, 1999, 2000, 2001, 2003, - * 2006 Free Software Foundation, Inc. + * 2006, 2007 Free Software Foundation, Inc. * * This file is part of JNLIB. * @@ -117,5 +117,8 @@ 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); + #endif /*LIBJNLIB_STRINGHELP_H*/ |