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);
188
188
PHPAPI const char * mysqlnd_field_type_name (const enum mysqlnd_field_types field_type );
189
189
190
190
/* LOAD DATA LOCAL */
191
- void mysqlnd_local_infile_default (MYSQLND_CONN_DATA * conn );
191
+ PHPAPI void mysqlnd_local_infile_default (MYSQLND_CONN_DATA * conn );
192
192
193
193
/* Simple commands */
194
194
#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)
123
123
124
124
125
125
/* {{{ mysqlnd_local_infile_default */
126
- void
126
+ PHPAPI void
127
127
mysqlnd_local_infile_default (MYSQLND_CONN_DATA * conn )
128
128
{
129
129
conn -> infile .local_infile_init = mysqlnd_local_infile_init ;
You can’t perform that action at this time.
0 commit comments