diff options
author | Andrey Hristov <andrey@php.net> | 2011-10-21 15:28:58 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2011-10-21 15:28:58 +0000 |
commit | 139813877c9c2d7b513e48195438aa9caaf217e4 (patch) | |
tree | 6c912847207a7e7cf9783916f16261080c991fb3 /ext/mysqlnd/mysqlnd_wireprotocol.h | |
parent | ed12ebc79c6ce6947f29b09706b73a6d546fb7c7 (diff) | |
download | php-git-139813877c9c2d7b513e48195438aa9caaf217e4.tar.gz |
shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_wireprotocol.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_wireprotocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_wireprotocol.h b/ext/mysqlnd/mysqlnd_wireprotocol.h index 3c7bb1ec62..a3efb92192 100644 --- a/ext/mysqlnd/mysqlnd_wireprotocol.h +++ b/ext/mysqlnd/mysqlnd_wireprotocol.h @@ -308,7 +308,6 @@ enum_func_status php_mysqlnd_rowp_read_text_protocol(MYSQLND_MEMORY_POOL_CHUNK * PHPAPI MYSQLND_PROTOCOL * mysqlnd_protocol_init(zend_bool persistent TSRMLS_DC); PHPAPI void mysqlnd_protocol_free(MYSQLND_PROTOCOL * const protocol TSRMLS_DC); -PHPAPI struct st_mysqlnd_protocol_methods * mysqlnd_protocol_get_methods(); #endif /* MYSQLND_WIREPROTOCOL_H */ |