summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2019-01-04 11:37:54 +0200
committerAndrey Hristov <andrey@php.net>2019-01-04 12:24:10 +0200
commit71ffae9605a0b19f4c7a76d317276c934a767a65 (patch)
tree7c12cc020645a519f028687dc1d803083673c209 /ext/mysqlnd/mysqlnd.h
parent9b3fda43424bb9044afcbf8490e38906c46851a3 (diff)
downloadphp-git-71ffae9605a0b19f4c7a76d317276c934a767a65.tar.gz
Revert visibility
Diffstat (limited to 'ext/mysqlnd/mysqlnd.h')
-rw-r--r--ext/mysqlnd/mysqlnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.h b/ext/mysqlnd/mysqlnd.h
index 401a40ebd5..7cc7cc96e6 100644
--- a/ext/mysqlnd/mysqlnd.h
+++ b/ext/mysqlnd/mysqlnd.h
@@ -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))