diff options
Diffstat (limited to 'g10/keyserver-internal.h')
-rw-r--r-- | g10/keyserver-internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/keyserver-internal.h b/g10/keyserver-internal.h index 9165491b4..9f0d2e8c0 100644 --- a/g10/keyserver-internal.h +++ b/g10/keyserver-internal.h @@ -9,7 +9,8 @@ #include "types.h" void parse_keyserver_options(char *options); -int parse_keyserver_uri(char *uri); +int parse_keyserver_uri(char *uri, + const char *configname,unsigned int configlineno); int keyserver_export(STRLIST users); int keyserver_import(STRLIST users); int keyserver_import_fprint(const byte *fprint,size_t fprint_len); |