aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver-internal.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-04-16 15:19:35 +0000
committerDavid Shaw <[email protected]>2004-04-16 15:19:35 +0000
commit0a17966a21d9ab55cd4c5169bf23f5eccb4c0b23 (patch)
treefbcdb04293fad3e935e6eb34038e9b22669853a8 /g10/keyserver-internal.h
parent* main.h, misc.c (argsplit): Refactor argsep into argsplit and argsep so (diff)
downloadgnupg-0a17966a21d9ab55cd4c5169bf23f5eccb4c0b23.tar.gz
gnupg-0a17966a21d9ab55cd4c5169bf23f5eccb4c0b23.zip
* main.h, misc.c (optsep, argsplit, optlen, parse_options): Simplify code
and properly handle a partial match against an option with an argument. * keyserver-internal.h, keyserver.c (parse_keyserver_options): Use new optsep and argsplit functions.
Diffstat (limited to 'g10/keyserver-internal.h')
-rw-r--r--g10/keyserver-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyserver-internal.h b/g10/keyserver-internal.h
index b1f22be32..42b78048d 100644
--- a/g10/keyserver-internal.h
+++ b/g10/keyserver-internal.h
@@ -8,7 +8,7 @@
#include "iobuf.h"
#include "types.h"
-void parse_keyserver_options(char *options);
+int parse_keyserver_options(char *options);
struct keyserver_spec *parse_keyserver_uri(char *uri,
const char *configname,
unsigned int configlineno);