1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00
Including client code into embedded library

Code trimming (fixes of comments etc)
This commit is contained in:
hf@deer.(none)
2003-07-04 11:40:10 +05:00
parent fed7a8d672
commit c224b55835
7 changed files with 4 additions and 20 deletions

View File

@ -234,9 +234,7 @@ void net_end(NET *net);
void net_clear(NET *net);
my_bool net_realloc(NET *net, unsigned long length);
/*HFTODO - should remove it
*/
#ifndef EMBEDDED_LIBRARY
#ifndef EMBEDDED_LIBRARY /* To be removed by HF */
my_bool net_flush(NET *net);
#else
#define net_flush(A)