summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-03-24 10:06:42 +0000
committerAndrey Hristov <andrey@php.net>2010-03-24 10:06:42 +0000
commit9f201313119d12ee758abcbb9161f7da5ec678d5 (patch)
treeca7bc9abeda409aac6958001a29130aa28c6dfb3 /ext/mysqlnd/mysqlnd_wireprotocol.h
parenta46e108b838b7c50e36ba6855b93bf8ae03d8234 (diff)
downloadphp-git-9f201313119d12ee758abcbb9161f7da5ec678d5.tar.gz
fix build failure after recent commit by Kalle
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r--ext/mysqlnd/mysqlnd_wireprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h
index 2b2a7cae03..8e36b1fac9 100644
--- a/ext/mysqlnd/mysqlnd_wireprotocol.h
+++ b/ext/mysqlnd/mysqlnd_wireprotocol.h
@@ -268,7 +268,7 @@ void php_mysqlnd_rowp_read_text_protocol(MYSQLND_MEMORY_POOL_CHUNK * row_buffer,
PHPAPI MYSQLND_PROTOCOL * mysqlnd_protocol_init(zend_bool persistent TSRMLS_DC);
-PHPAPI void mysqlnd_protocol_free(MYSQLND_PROTOCOL * const protocol TSRMLS_DC)
+PHPAPI void mysqlnd_protocol_free(MYSQLND_PROTOCOL * const protocol TSRMLS_DC);
#endif /* MYSQLND_WIREPROTOCOL_H */