Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 721840
Collapse All | Expand All

(-)a/src/parseopt.c (-2 lines)
Lines 252-259 print_option_descr (const char *descr, size_t lmargin, size_t rmargin) Link Here
252
}
252
}
253
253
254
char *parseopt_program_name;
254
char *parseopt_program_name;
255
char *parseopt_program_doc;
256
char *parseopt_program_args;
257
const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
255
const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
258
void (*parseopt_help_hook) (FILE *stream);
256
void (*parseopt_help_hook) (FILE *stream);
259
257

Return to bug 721840