aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver-internal.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/keyserver-internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/keyserver-internal.h b/g10/keyserver-internal.h
index c341578fa..b1f22be32 100644
--- a/g10/keyserver-internal.h
+++ b/g10/keyserver-internal.h
@@ -9,8 +9,9 @@
#include "types.h"
void parse_keyserver_options(char *options);
-int parse_keyserver_uri(char *uri,
- const char *configname,unsigned int configlineno);
+struct keyserver_spec *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);