mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* main.h, misc.c (argsplit): Refactor argsep into argsplit and argsep so
they can be called separately.
This commit is contained in:
parent
d20a79dd07
commit
2936e539cc
3 changed files with 59 additions and 32 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue