File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ PHPAPI void mysqlnd_free_result_bind_dtor(MYSQLND_RESULT_BIND * result_bind);
188188PHPAPI const char * mysqlnd_field_type_name (const enum mysqlnd_field_types field_type );
189189
190190/* LOAD DATA LOCAL */
191- void mysqlnd_local_infile_default (MYSQLND_CONN_DATA * conn );
191+ PHPAPI void mysqlnd_local_infile_default (MYSQLND_CONN_DATA * conn );
192192
193193/* Simple commands */
194194#define mysqlnd_autocommit (conn , mode ) ((conn)->data)->m->set_autocommit((conn)->data, (mode))
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ void mysqlnd_local_infile_end(void * ptr)
123123
124124
125125/* {{{ mysqlnd_local_infile_default */
126- void
126+ PHPAPI void
127127mysqlnd_local_infile_default (MYSQLND_CONN_DATA * conn )
128128{
129129 conn -> infile .local_infile_init = mysqlnd_local_infile_init ;
You can’t perform that action at this time.
0 commit comments