mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Temporary commit of 10.0-merge
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
#ifndef _my_getopt_h
|
||||
#define _my_getopt_h
|
||||
|
||||
#include "my_sys.h" /* loglevel */
|
||||
#include "my_sys.h" /* loglevel */
|
||||
/* my_getopt and my_default are almost always used together */
|
||||
#include <my_default.h>
|
||||
|
||||
C_MODE_START
|
||||
|
||||
@@ -85,7 +87,6 @@ struct my_option
|
||||
void *app_type; /**< To be used by an application */
|
||||
};
|
||||
|
||||
|
||||
typedef my_bool (*my_get_one_option)(int, const struct my_option *, char *);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user