diff options
Diffstat (limited to 'lib-src/ebrowse.c')
| -rw-r--r-- | lib-src/ebrowse.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index a1fe10b863a..1c43bc6a4f1 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -463,10 +463,6 @@ static struct member *add_member (struct sym *, char *, int, int, unsigned); | |||
| 463 | static void class_definition (struct sym *, int, int, int); | 463 | static void class_definition (struct sym *, int, int, int); |
| 464 | static char *operator_name (int *); | 464 | static char *operator_name (int *); |
| 465 | static void parse_qualified_param_ident_or_type (char **); | 465 | static void parse_qualified_param_ident_or_type (char **); |
| 466 | static void usage (int) NO_RETURN; | ||
| 467 | static void version (void) NO_RETURN; | ||
| 468 | |||
| 469 | |||
| 470 | 466 | ||
| 471 | /*********************************************************************** | 467 | /*********************************************************************** |
| 472 | Utilities | 468 | Utilities |
| @@ -3507,7 +3503,7 @@ Usage: ebrowse [options] {files}\n\ | |||
| 3507 | --version display version info\n\ | 3503 | --version display version info\n\ |
| 3508 | " | 3504 | " |
| 3509 | 3505 | ||
| 3510 | static void | 3506 | static _Noreturn void |
| 3511 | usage (int error) | 3507 | usage (int error) |
| 3512 | { | 3508 | { |
| 3513 | puts (USAGE); | 3509 | puts (USAGE); |
| @@ -3522,7 +3518,7 @@ usage (int error) | |||
| 3522 | # define VERSION "21" | 3518 | # define VERSION "21" |
| 3523 | #endif | 3519 | #endif |
| 3524 | 3520 | ||
| 3525 | static void | 3521 | static _Noreturn void |
| 3526 | version (void) | 3522 | version (void) |
| 3527 | { | 3523 | { |
| 3528 | /* Makes it easier to update automatically. */ | 3524 | /* Makes it easier to update automatically. */ |