~ubuntu-branches/ubuntu/saucy/gengetopt/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/more_than_once_cmd.h.test

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-05-09 12:48:17 UTC
  • mfrom: (16.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130509124817-ex5jkvyh7cu8o22c
Tags: 2.22.6-2
* Upload to unstable.
* Fix VCS URLs.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
extern const char *gengetopt_args_info_purpose;
70
70
/** @brief the usage string of the program */
71
71
extern const char *gengetopt_args_info_usage;
 
72
/** @brief the description string of the program */
 
73
extern const char *gengetopt_args_info_description;
72
74
/** @brief all the lines making the help output */
73
75
extern const char *gengetopt_args_info_help[];
74
76