diff options
author | Werner Koch <[email protected]> | 2008-12-05 16:31:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-12-05 16:31:39 +0000 |
commit | 5bc9948f699b70c76dc0c7c406817d077b61317d (patch) | |
tree | 2c59e77471cbf6f02fea58466c4b5544a9b74cad /common/util.h | |
parent | Add option --card-timeout. (diff) | |
download | gnupg-5bc9948f699b70c76dc0c7c406817d077b61317d.tar.gz gnupg-5bc9948f699b70c76dc0c7c406817d077b61317d.zip |
Add a custom prompt for the CSR generation.
Add a new percent escape fucntion.
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 3 |
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); |