summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-02-09 19:05:40 +0000
committerAndrey Hristov <andrey@php.net>2010-02-09 19:05:40 +0000
commit480c327ff55ecd640c2a25341b558a758f2d913f (patch)
tree4a4a1d547723f4a5e1306346384325a12a9905f1 /ext/mysqlnd/mysqlnd_structs.h
parentf370d790678ad9d7615315890eb48b047c4a6a17 (diff)
downloadphp-git-480c327ff55ecd640c2a25341b558a758f2d913f.tar.gz
make send_close a hook, too
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index 2cf9804aed..c801c1c5fb 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -346,6 +346,7 @@ struct st_mysqlnd_conn_methods
enum_func_status (*restart_psession)(MYSQLND *conn TSRMLS_DC);
enum_func_status (*end_psession)(MYSQLND *conn TSRMLS_DC);
+ enum_func_status (*send_close)(MYSQLND * conn TSRMLS_DC);
};