aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ebrowse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ebrowse.c')
-rw-r--r--lib-src/ebrowse.c8
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);
463static void class_definition (struct sym *, int, int, int); 463static void class_definition (struct sym *, int, int, int);
464static char *operator_name (int *); 464static char *operator_name (int *);
465static void parse_qualified_param_ident_or_type (char **); 465static void parse_qualified_param_ident_or_type (char **);
466static void usage (int) NO_RETURN;
467static 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
3510static void 3506static _Noreturn void
3511usage (int error) 3507usage (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
3525static void 3521static _Noreturn void
3526version (void) 3522version (void)
3527{ 3523{
3528 /* Makes it easier to update automatically. */ 3524 /* Makes it easier to update automatically. */