diff options
Diffstat (limited to 'dirmngr/misc.h')
-rw-r--r-- | dirmngr/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/misc.h b/dirmngr/misc.h index be4049e88..f25574f38 100644 --- a/dirmngr/misc.h +++ b/dirmngr/misc.h @@ -21,6 +21,8 @@ #ifndef MISC_H #define MISC_H +const char *get_default_keyserver (int name_only); + /* Convert hex encoded string back to binary. */ size_t unhexify (unsigned char *result, const char *string); |