summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 5b22d58150d..82eb34060a9 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -218,17 +218,19 @@ my_bool check_scramble(const char *, const char *message,
unsigned long *salt,my_bool old_ver);
char *get_tty_password(char *opt_message);
void hash_password(unsigned long *result, const char *password);
-#ifdef __cplusplus
-}
-#endif
/* Some other useful functions */
void my_init(void);
void load_defaults(const char *conf_file, const char **groups,
int *argc, char ***argv);
+my_bool my_thread_init(void);
void my_thread_end(void);
+#ifdef __cplusplus
+}
+#endif
+
#define NULL_LENGTH ((unsigned long) ~0) /* For net_store_length */
#ifdef __WIN__