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 | 652490d43a6d5d2c16c8ceb8a93284fbe24d377a (patch) | |
| tree | 337d5e9a2ca305289aaac8c9b5b8ca47f793f215 /ext/mysqlnd/mysqlnd_result.h | |
| parent | d81ea16ef14735b97f22702ca1a78c3674fd987e (diff) | |
| download | php-git-652490d43a6d5d2c16c8ceb8a93284fbe24d377a.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_result.h')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_result.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/mysqlnd/mysqlnd_result.h b/ext/mysqlnd/mysqlnd_result.h index abd8c68204..d005b41734 100644 --- a/ext/mysqlnd/mysqlnd_result.h +++ b/ext/mysqlnd/mysqlnd_result.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Georg Richter <georg@mysql.com> | - | Andrey Hristov <andrey@mysql.com> | + | Authors: Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uwendel@mysql.com> | + | Georg Richter <georg@mysql.com> | +----------------------------------------------------------------------+ */ @@ -24,7 +24,6 @@ #define MYSQLND_RESULT_H PHPAPI MYSQLND_RES * mysqlnd_result_init(unsigned int field_count, zend_bool persistent TSRMLS_DC); -PHPAPI struct st_mysqlnd_res_methods * mysqlnd_result_get_methods(); enum_func_status mysqlnd_query_read_result_set_header(MYSQLND * conn, MYSQLND_STMT * stmt TSRMLS_DC); |
