From 7e1ce534c96063723a0d7459da98efc83bd5ddf5 Mon Sep 17 00:00:00 2001 From: "hf@deer.(none)" <> Date: Wed, 18 Jun 2003 15:58:57 +0500 Subject: SCRUM including client code into embedded server code to guess what library to use added net_field_length moved to pack.c --- include/mysql_com.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mysql_com.h') diff --git a/include/mysql_com.h b/include/mysql_com.h index c480273f3e9..a89569c451e 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -341,6 +341,7 @@ void my_thread_end(void); #ifdef _global_h ulong STDCALL net_field_length(uchar **packet); my_ulonglong net_field_length_ll(uchar **packet); +char *net_store_length(char *pkg, ulonglong length); #endif #ifdef __cplusplus -- cgit v1.2.1