diff options
author | David Shaw <[email protected]> | 2004-04-16 02:57:20 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-04-16 02:57:20 +0000 |
commit | 2936e539ccbfaad6622eeda16b6117562f2b872b (patch) | |
tree | 19acfaf6561eb300fcdd127ae79a98a3b22e6af4 /g10/main.h | |
parent | * options.h, keyserver.c (parse_keyserver_options): Remove duplicate code (diff) | |
download | gnupg-2936e539ccbfaad6622eeda16b6117562f2b872b.tar.gz gnupg-2936e539ccbfaad6622eeda16b6117562f2b872b.zip |
* main.h, misc.c (argsplit): Refactor argsep into argsplit and argsep so
they can be called separately.
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index bbc971970..08b925084 100644 --- a/g10/main.h +++ b/g10/main.h @@ -108,6 +108,7 @@ struct parse_options char **value; }; +char *argsplit(char **stringp); char *argsep(char **stringp,char **arg); int parse_options(char *str,unsigned int *options, struct parse_options *opts,int noisy); |