Merging upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
868b5312e8
commit
d6fd2fdea9
305 changed files with 20664 additions and 6099 deletions
|
@ -119,9 +119,9 @@ int argconfig_parse(int argc, char *argv[], const char *program_desc,
|
|||
const struct argconfig_commandline_options *options);
|
||||
int argconfig_parse_subopt_string(char *string, char **options,
|
||||
size_t max_options);
|
||||
unsigned argconfig_parse_comma_sep_array(char *string, int *ret,
|
||||
int argconfig_parse_comma_sep_array(char *string, int *ret,
|
||||
unsigned max_length);
|
||||
unsigned argconfig_parse_comma_sep_array_long(char *string,
|
||||
int argconfig_parse_comma_sep_array_long(char *string,
|
||||
unsigned long long *ret,
|
||||
unsigned max_length);
|
||||
void argconfig_register_help_func(argconfig_help_func * f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue