aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index 29955a494..66569e27e 100644
--- a/common/util.h
+++ b/common/util.h
@@ -199,6 +199,9 @@ const char *hex2str (const char *hexstring,
char *buffer, size_t bufsize, size_t *buflen);
char *hex2str_alloc (const char *hexstring, size_t *r_count);
+/*-- percent.c --*/
+char *percent_plus_escape (const char *string);
+
/*-- homedir.c --*/
const char *standard_homedir (void);