"http://www.w3.org/TR/REC-html40/strict.dtd">
content="text/html; charset=iso-8859-1">
by Lorenzo Bettini, bettini@gnu.org
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite">
/* cmdline.h *//* File autogenerated by gengetopt version 2.7.1 */#ifndef_cmdline_h#define_cmdline_h#ifdef__cplusplusextern"C"{#endif/* __cplusplus *//* Don't define PACKAGE and VERSION if we use automake. */#ifndefPACKAGE#definePACKAGE""#endif#ifndefVERSION#defineVERSION""#endifstructgengetopt_args_info{char*input_arg;/* input file. default std input. */char*output_arg;/* output file. default std output. */char*src_lang_arg;/* source language (e.g. java, cpp, prolog, perl, php3, python). */char*out_format_arg;/* output format (e.g. html, xhtml). */char*css_arg;/* use a css for formatting. Implies --doc. */char*title_arg;/* give a title to the html. Implies --doc. */inttab_arg;/* specify tab length. default 8. */char*header_arg;/* file to insert as header. */char*footer_arg;/* file to insert as footer. */char*tags_file_arg;/* specify format options (def. tags.j2h). */char*output_dir_arg;/* output directory. */inthelp_given;/* Whether help was given. */intversion_given;/* Whether version was given. */intinput_given;/* Whether input was given. */intoutput_given;/* Whether output was given. */intsrc_lang_given;/* Whether src-lang was given. */intout_format_given;/* Whether out-format was given. */intverbose_given;/* Whether verbose was given. */intdoc_given;/* Whether doc was given. */intcss_given;/* Whether css was given. */inttitle_given;/* Whether title was given. */inttab_given;/* Whether tab was given. */intheader_given;/* Whether header was given. */intfooter_given;/* Whether footer was given. */inttags_file_given;/* Whether tags-file was given. */intline_number_given;/* Whether line-number was given. */intoutput_dir_given;/* Whether output-dir was given. */char**inputs;/* unamed options */unsignedinputs_num;/* unamed options number */};intcmdline_parser(intargc,char*const*argv,structgengetopt_args_info*args_info);voidcmdline_parser_print_help(void);voidcmdline_parser_print_version(void);#ifdef__cplusplus}#endif/* __cplusplus */#endif/* _cmdline_h */