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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/src/parseopt.c
0
++ b/src/parseopt.c
Lines 255-262 Link Here
255
}
255
}
256
256
257
char *parseopt_program_name;
257
char *parseopt_program_name;
258
char *parseopt_program_doc;
258
extern char *parseopt_program_doc;
259
char *parseopt_program_args;
259
extern char *parseopt_program_args;
260
const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
260
const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
261
void (*parseopt_help_hook) (FILE *stream);
261
void (*parseopt_help_hook) (FILE *stream);
262
262

Return to bug 705898