Commit b4ac10fa authored by Bjorn Munch's avatar Bjorn Munch

Fixed compile error in mysql_client_test using gcc

parents 62b4f9ae aacb690b
......@@ -1231,7 +1231,7 @@ and you are welcome to modify and redistribute it under the GPL license\n");
my_print_variables(client_test_long_options);
}
struct my_tests_st *get_my_tests(); /* Will be defined in main .c file */
static struct my_tests_st *get_my_tests(); /* To be defined in main .c file */
static struct my_tests_st *my_testlist= 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment