Hi, On Mon, 24 Mar 2008, Michele Ballabio wrote: > diff --git a/parse-options.h b/parse-options.h > index 1af62b0..e6976ed 100644 > --- a/parse-options.h > +++ b/parse-options.h > @@ -110,6 +110,8 @@ extern NORETURN void usage_with_options(const char * const *usagestr, > > /*----- some often used options -----*/ > extern int parse_opt_abbrev_cb(const struct option *, const char *, int); > +extern int parse_opt_approxidate_cb(const struct option *, const char *, > + int); > > #define OPT__VERBOSE(var) OPT_BOOLEAN('v', "verbose", (var), "be verbose") > #define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet") And maybe a #define OPT_DATE(s, l, v, h) { OPTION_CALLBACK, (s), (l), (v), "time", (h), 0, parse_opt_approxidate_cb } Hmm? Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html