blob: d64d276fa0404c3f67953d1e5b7f0fa864f3d3e5 [file] [log] [blame] [edit]
/* demo_copy_options.h */
/* File autogenerated by gengetopt version 2.3 */
#ifndef _demo_copy_options_h
#define _demo_copy_options_h
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* Don't define PACKAGE and VERSION if we use automake. */
#if defined PACKAGE
# undef PACKAGE
#endif
#define PACKAGE "id3cp"
#ifndef VERSION
/* ******* WRITE THE VERSION OF YOUR PROGRAM HERE ******* */
#define VERSION ""
#endif
struct gengetopt_args_info {
int v1tag_flag; /* Render only the id3v1 tag (default=off). */
int v2tag_flag; /* Render only the id3v2 tag (default=off). */
int warning_flag; /* Turn on warnings (for debugging) (default=off). */
int notice_flag; /* Turn on notices (for debugging) (default=off). */
int help_given ; /* Whether help was given. */
int version_given ; /* Whether version was given. */
int v1tag_given ; /* Whether v1tag was given. */
int v2tag_given ; /* Whether v2tag was given. */
int warning_given ; /* Whether warning was given. */
int notice_given ; /* Whether notice was given. */
char **inputs ; /* unamed options */
unsigned inputs_num ; /* unamed options number */
} ;
int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);
void cmdline_parser_print_help(void);
void cmdline_parser_print_version(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _demo_copy_options_h */