mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Portability fix
This commit is contained in:
parent
2f603156ed
commit
46a660f450
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue