1
0
Fork 0
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:
David Shaw 2004-04-16 02:57:20 +00:00
parent d20a79dd07
commit 2936e539cc
3 changed files with 59 additions and 32 deletions

View file

@ -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);