1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

moved my_getopt.h under client_priv.h

Changed my_print_defaults, mysql_install, perror, resolve_stack_dump,
resolveip and pack_isam to use my_getopt.
This commit is contained in:
jani@hynda.(none)
2002-05-22 23:54:24 +03:00
parent c6b21b93dd
commit a5ec0a90ea
15 changed files with 325 additions and 310 deletions

View File

@@ -22,7 +22,7 @@
#include <mysql_embed.h>
#include <mysql.h>
#include <errmsg.h>
#include <getopt.h>
#include <my_getopt.h>
/* We have to define 'enum options' identical in all files to keep OS2 happy */