diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-02-08 19:49:40 +0200 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-02-08 19:49:40 +0200 |
commit | ffe417fddeb68274166153a357d9d534675d1823 (patch) | |
tree | 4338fea9b6b3d68a483f4423cc725a68305a2900 /extra/perror.c | |
parent | 30e89d0a48a7bf875b485f8b5987a5ef1bc4bf56 (diff) | |
download | mariadb-git-ffe417fddeb68274166153a357d9d534675d1823.tar.gz |
Applied a patch for Netware.
Diffstat (limited to 'extra/perror.c')
-rw-r--r-- | extra/perror.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/perror.c b/extra/perror.c index 27027520cbe..b377b360b5c 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -113,12 +113,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(); @@ -130,6 +133,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)), |