summaryrefslogtreecommitdiff
path: root/extra/perror.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/perror.c')
-rw-r--r--extra/perror.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/perror.c b/extra/perror.c
index b4aeaf00671..37658bd81d9 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -101,12 +101,15 @@ static HA_ERRORS ha_errlist[]=
};
+#include <help_start.h>
+
static void print_version(void)
{
printf("%s Ver %s, for %s (%s)\n",my_progname,PERROR_VERSION,
SYSTEM_TYPE,MACHINE_TYPE);
}
+
static void usage(void)
{
print_version();
@@ -118,6 +121,8 @@ static void usage(void)
my_print_variables(my_long_options);
}
+#include <help_end.h>
+
static my_bool
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),