summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2009-11-26 11:10:47 +0000
committerAndrey Hristov <andrey@php.net>2009-11-26 11:10:47 +0000
commit1cf1cb30152174cdf95b1e87bee357557ca3c263 (patch)
tree965279ccf81f46fa383a1a512216778261c63dd5 /ext/mysqlnd/mysqlnd_structs.h
parent99c43e1b934f318c9bc5d0f85b2f2edd690ae888 (diff)
downloadphp-git-1cf1cb30152174cdf95b1e87bee357557ca3c263.tar.gz
fix debug windows build as well as remove a compilation warning
(a header not included)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index 0763e0148d..f4485f1d1e 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -225,7 +225,7 @@ typedef struct st_mysqlnd_read_buffer {
zend_bool (*is_empty)(struct st_mysqlnd_read_buffer *);
void (*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest);
size_t (*bytes_left)(struct st_mysqlnd_read_buffer *);
- void (*free)(struct st_mysqlnd_read_buffer ** TSRMLS_DC);
+ void (*free_buffer)(struct st_mysqlnd_read_buffer ** TSRMLS_DC);
} MYSQLND_READ_BUFFER;