Merge /u/runlevel5/cde/ branch print-help-gcc15 into master

https://sourceforge.net/p/cdesktopenv/code/merge-requests/75/
This commit is contained in:
b'Jon Trulson
2025-04-16 18:35:44 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ NULL };
for (msg = prefixmsg; *msg; msg++) { for (msg = prefixmsg; *msg; msg++) {
fprintf (stderr, "%s\n", *msg); fprintf (stderr, "%s\n", *msg);
} }
print_help (stderr, NULL, " "); /* match prefix indentation */ print_help (stderr, NULL);
fprintf (stderr, "\n"); fprintf (stderr, "\n");
for (msg = suffixmsg; *msg; msg++) { for (msg = suffixmsg; *msg; msg++) {
fprintf (stderr, "%s\n", *msg); fprintf (stderr, "%s\n", *msg);

View File

@@ -59,7 +59,7 @@ typedef int Bool;
extern char *ProgramName; extern char *ProgramName;
int process_command(), auth_initialize(), auth_finalize(); int process_command(), auth_initialize(), auth_finalize();
extern int print_help(); extern int print_help(FILE *fp, const char *cmd);
extern int verbose; extern int verbose;
extern Bool ignore_locks; extern Bool ignore_locks;
extern Bool break_locks; extern Bool break_locks;