summaryrefslogtreecommitdiff
path: root/vio/test-sslclient.c
diff options
context:
space:
mode:
authorjani@rhols221.arenanet.fi <>2002-05-24 14:06:58 +0300
committerjani@rhols221.arenanet.fi <>2002-05-24 14:06:58 +0300
commit16e3b892a654fecac14e05a997af68506362d15c (patch)
treedde3a16d80cc4857063e077d484ded67a7697cb5 /vio/test-sslclient.c
parentccdff5e484c660702c93c264dc8d1dcd883a10c1 (diff)
downloadmariadb-git-16e3b892a654fecac14e05a997af68506362d15c.tar.gz
Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash,
mysqlmanager from using GNU getopt to use my_getopt. Changed some files that just included old getopt.h to include my_getopt.h now. Fixed a bug in my_print_help() in my_getopt.c. Made better documentation for option -G in mysql client.
Diffstat (limited to 'vio/test-sslclient.c')
-rw-r--r--vio/test-sslclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vio/test-sslclient.c b/vio/test-sslclient.c
index 51a78485642..84853e45485 100644
--- a/vio/test-sslclient.c
+++ b/vio/test-sslclient.c
@@ -25,11 +25,11 @@
#ifndef __GNU_LIBRARY__
#define __GNU_LIBRARY__ // Skip warnings in getopt.h
#endif
-#include <getopt.h>
+#include <my_getopt.h>
#include <signal.h>
#include <violite.h>
-const char *VER="0.1";
+const char *VER="0.2";
#ifndef DBUG_OFF