summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-10-08 07:52:53 +0300
committerunknown <monty@hundin.mysql.fi>2001-10-08 07:52:53 +0300
commit4c52928bc84a503fed81ebd7cf934a7857491aa5 (patch)
tree4127023653747abacaa171c6021d8ec12455f587
parent2ee21c9c46abb71d1bb1200bb77dada3969d49fb (diff)
downloadmariadb-git-4c52928bc84a503fed81ebd7cf934a7857491aa5.tar.gz
Portability fix
-rw-r--r--include/mysql_com.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 632d77a5d52..6cb1aa21df2 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -169,6 +169,9 @@ int net_write_command(NET *net,unsigned char command,const char *packet,
unsigned long len);
int net_real_write(NET *net,const char *packet,unsigned long len);
unsigned long my_net_read(NET *net);
+
+/* The following function is not meant for normal usage */
+struct sockaddr;
int my_connect(my_socket s, const struct sockaddr *name, uint namelen,
uint timeout);