11 lines
307 B
Diff
11 lines
307 B
Diff
--- a/src/parseopt.c
|
||
+++ b/src/parseopt.c
|
||
@@ -255,8 +255,6 @@ print_option_descr (const char *descr, s
|
||
}
|
||
|
||
char *parseopt_program_name;
|
||
-char *parseopt_program_doc;
|
||
-char *parseopt_program_args;
|
||
const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
|
||
void (*parseopt_help_hook) (FILE *stream);
|
||
|