Skip to content

Commit

Permalink
Revert visibility
Browse files Browse the repository at this point in the history
(cherry picked from commit 71ffae9)
  • Loading branch information
faizshukri authored and weltling committed Jan 9, 2019
1 parent bbc1054 commit 7a88f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/mysqlnd/mysqlnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ PHPAPI void mysqlnd_free_result_bind_dtor(MYSQLND_RESULT_BIND * result_bind);
PHPAPI const char * mysqlnd_field_type_name(const enum mysqlnd_field_types field_type);

/* LOAD DATA LOCAL */
void mysqlnd_local_infile_default(MYSQLND_CONN_DATA * conn);
PHPAPI void mysqlnd_local_infile_default(MYSQLND_CONN_DATA * conn);

/* Simple commands */
#define mysqlnd_autocommit(conn, mode) ((conn)->data)->m->set_autocommit((conn)->data, (mode))
Expand Down
2 changes: 1 addition & 1 deletion ext/mysqlnd/mysqlnd_loaddata.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void mysqlnd_local_infile_end(void * ptr)


/* {{{ mysqlnd_local_infile_default */
void
PHPAPI void
mysqlnd_local_infile_default(MYSQLND_CONN_DATA * conn)
{
conn->infile.local_infile_init = mysqlnd_local_infile_init;
Expand Down

0 comments on commit 7a88f89

Please sign in to comment.