~ubuntu-branches/ubuntu/raring/gengetopt/raring-proposed

« back to all changes in this revision

Viewing changes to tests/test_first_cmdline_cmd.h.test

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-15 01:31:28 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20121115013128-nnj2ag7x8v091mkn
Tags: 2.22.6-1
* New upstream release.
* Switch from autotools-dev to dh-autoreconf.
* Refresh patches.
* Bump debhelper requirements to automatically enable hardening.
* Update debian/copyright.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
extern const char *test_first_cmdline_cmd_struct_purpose;
76
76
/** @brief the usage string of the program */
77
77
extern const char *test_first_cmdline_cmd_struct_usage;
 
78
/** @brief the description string of the program */
 
79
extern const char *test_first_cmdline_cmd_struct_description;
78
80
/** @brief all the lines making the help output */
79
81
extern const char *test_first_cmdline_cmd_struct_help[];
80
82