summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authortonu@hundin.mysql.fi <>2001-05-31 17:42:37 +0300
committertonu@hundin.mysql.fi <>2001-05-31 17:42:37 +0300
commitf515a3ae4a6daef71569f289e480141aba665ddc (patch)
tree5df4bef128234c5451d924ef6d7a2dd06ebab38d /include/mysql_com.h
parent537846a41200bc9a4007579cbd43e24de1c10526 (diff)
downloadmariadb-git-f515a3ae4a6daef71569f289e480141aba665ddc.tar.gz
make vio compile
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index bb6a966fb25..67a483705ee 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -220,9 +220,6 @@ 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 */
@@ -230,6 +227,10 @@ void my_init(void);
void load_defaults(const char *conf_file, const char **groups,
int *argc, char ***argv);
+#ifdef __cplusplus
+}
+#endif
+
#define NULL_LENGTH ((unsigned long) ~0) /* For net_store_length */
#ifdef __WIN__