summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_net.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-01-08 18:52:08 +0000
committerAndrey Hristov <andrey@php.net>2010-01-08 18:52:08 +0000
commitb1ac37716302c2bbc7c88b7dbf6b01a88d01f661 (patch)
treecca38b03a7a21afe9b963d4cf2e89189e9a12c10 /ext/mysqlnd/mysqlnd_net.h
parenta98a67940a0808196078f2493553329e9de81592 (diff)
downloadphp-git-b1ac37716302c2bbc7c88b7dbf6b01a88d01f661.tar.gz
export some calls to init/deinit code outside of the module
Diffstat (limited to 'ext/mysqlnd/mysqlnd_net.h')
-rw-r--r--ext/mysqlnd/mysqlnd_net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqlnd/mysqlnd_net.h b/ext/mysqlnd/mysqlnd_net.h
index 01c2158336..8f75a8eb29 100644
--- a/ext/mysqlnd/mysqlnd_net.h
+++ b/ext/mysqlnd/mysqlnd_net.h
@@ -23,8 +23,8 @@
#ifndef MYSQLND_NET_H
#define MYSQLND_NET_H
-MYSQLND_NET * mysqlnd_net_init(zend_bool persistent TSRMLS_DC);
-void mysqlnd_net_free(MYSQLND_NET * const net TSRMLS_DC);
+PHPAPI MYSQLND_NET * mysqlnd_net_init(zend_bool persistent TSRMLS_DC);
+PHPAPI void mysqlnd_net_free(MYSQLND_NET * const net TSRMLS_DC);
#endif /* MYSQLND_NET_H */