diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/gpgconf.h b/tools/gpgconf.h index 0a27dd9c3..39d2d097b 100644 --- a/tools/gpgconf.h +++ b/tools/gpgconf.h @@ -37,6 +37,11 @@ struct /*-- gpgconf-comp.c --*/ +/* Percent-Escape special characters. The string is valid until the + next invocation of the function. */ +char *gc_percent_escape (const char *src); + + void gc_error (int status, int errnum, const char *fmt, ...); /* List all components that are available. */ |