/* test_redef_help_cmd.h */ /* File autogenerated by gengetopt */ #ifndef TEST_REDEF_HELP_CMD_H #define TEST_REDEF_HELP_CMD_H /* If we use autoconf. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef TEST_REDEF_HELP_CMD_PARSER_PACKAGE #define TEST_REDEF_HELP_CMD_PARSER_PACKAGE "test_redef_help" #endif #ifndef TEST_REDEF_HELP_CMD_PARSER_VERSION #define TEST_REDEF_HELP_CMD_PARSER_VERSION "1.0" #endif struct gengetopt_args_info { const char *height_help; /* height help description. */ const char *vavoom_help; /* vavoom instead of version help description. */ int height_given ; /* Whether height was given. */ int vavoom_given ; /* Whether vavoom was given. */ char **inputs ; /* unamed options */ unsigned inputs_num ; /* unamed options number */ } ; extern const char *gengetopt_args_info_purpose; extern const char *gengetopt_args_info_usage; extern const char *gengetopt_args_info_help[]; int test_redef_help_cmd_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info); int test_redef_help_cmd_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required); int test_redef_help_cmd_parser_file_save(const char *filename, struct gengetopt_args_info *args_info); void test_redef_help_cmd_parser_print_help(void); void test_redef_help_cmd_parser_print_version(void); void test_redef_help_cmd_parser_init (struct gengetopt_args_info *args_info); void test_redef_help_cmd_parser_free (struct gengetopt_args_info *args_info); int test_redef_help_cmd_parser_required (struct gengetopt_args_info *args_info, const char *prog_name); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* TEST_REDEF_HELP_CMD_H */