From f8b4cd76501824d56d3cf78a8ba85291a62f0e6d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 1 Apr 2009 10:51:53 +0000 Subject: Import/export of pkcs#12 now uses the gpg-agent directly. Removed duplicated code (percent unescaping). --- common/util.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 3c664cec7..c64db9f6b 100644 --- a/common/util.h +++ b/common/util.h @@ -204,6 +204,11 @@ char *hex2str_alloc (const char *hexstring, size_t *r_count); /*-- percent.c --*/ char *percent_plus_escape (const char *string); +char *percent_plus_unescape (const char *string, int nulrepl); +char *percent_unescape (const char *string, int nulrepl); + +size_t percent_plus_unescape_inplace (char *string, int nulrepl); +size_t percent_unescape_inplace (char *string, int nulrepl); /*-- homedir.c --*/ -- cgit v1.2.3