From 2f7d3a13355e0ec6b9210f1223e76e004ab6a17c Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Mon, 10 Jun 2013 09:29:23 +0200 Subject: [PATCH] New version --- gw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gw.h b/gw.h index e0b8080f4..d7ffe84af 100644 --- a/gw.h +++ b/gw.h @@ -60,3 +60,4 @@ void gw_mysql_close(MySQLProtocol **ptr); char *gw_strend(register const char *s); int do_read_dcb(DCB *dcb); int do_read_10(DCB *dcb, uint8_t *buffer); +MySQLProtocol * gw_mysql_init(MySQLProtocol *ptr);