/* gss_cmd.h */ /* File autogenerated by gengetopt version 2.18 */ #ifndef GSS_CMD_H #define GSS_CMD_H /* If we use autoconf. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef CMDLINE_PARSER_PACKAGE #define CMDLINE_PARSER_PACKAGE PACKAGE #endif #ifndef CMDLINE_PARSER_VERSION #define CMDLINE_PARSER_VERSION VERSION #endif struct gengetopt_args_info { const char *help_help; /* Print help and exit help description. */ const char *version_help; /* Print version and exit help description. */ long major_arg; /* Describe a `major status' error code vaue in plain text.. */ char * major_orig; /* Describe a `major status' error code vaue in plain text. original value given at command line. */ const char *major_help; /* Describe a `major status' error code vaue in plain text. help description. */ int quiet_flag; /* Silent operation (default=off). */ const char *quiet_help; /* Silent operation help description. */ int help_given ; /* Whether help was given. */ int version_given ; /* Whether version was given. */ int major_given ; /* Whether major was given. */ int quiet_given ; /* Whether quiet was given. */ } ; extern const char *gengetopt_args_info_purpose; extern const char *gengetopt_args_info_usage; extern const char *gengetopt_args_info_help[]; int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info); int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required); int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info); void cmdline_parser_print_help(void); void cmdline_parser_print_version(void); void cmdline_parser_init (struct gengetopt_args_info *args_info); void cmdline_parser_free (struct gengetopt_args_info *args_info); int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* GSS_CMD_H */