diff options
Diffstat (limited to 'src/common/sql.c')
-rw-r--r-- | src/common/sql.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/sql.c b/src/common/sql.c index 8ae9d3cdb..c75b90cec 100644 --- a/src/common/sql.c +++ b/src/common/sql.c @@ -25,6 +25,8 @@ void hercules_mysql_error_handler(unsigned int ecode); int mysql_reconnect_type; unsigned int mysql_reconnect_count; +struct sql_interface sql_s; + /// Sql handle struct Sql { StringBuf buf; |