summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2003-07-15 14:00:19 +0000
committerGeorg Richter <georg@php.net>2003-07-15 14:00:19 +0000
commitdb398787e643d2582aad3bf0148f7b3d43611516 (patch)
tree4270732968f6887b7387b1d63384812c7f1c696d /ext/mysqli/php_mysqli.h
parent5c09a9e42fb4d313cd8033f1482d2e5b840d1cf3 (diff)
downloadphp-git-db398787e643d2582aad3bf0148f7b3d43611516.tar.gz
added new function mysqli_stmt_data_seek
Diffstat (limited to 'ext/mysqli/php_mysqli.h')
-rw-r--r--ext/mysqli/php_mysqli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h
index 3e249d847a..c9e72588fa 100644
--- a/ext/mysqli/php_mysqli.h
+++ b/ext/mysqli/php_mysqli.h
@@ -266,6 +266,7 @@ PHP_FUNCTION(mysqli_ssl_set);
PHP_FUNCTION(mysqli_stat);
PHP_FUNCTION(mysqli_stmt_affected_rows);
PHP_FUNCTION(mysqli_stmt_close);
+PHP_FUNCTION(mysqli_stmt_data_seek);
PHP_FUNCTION(mysqli_stmt_errno);
PHP_FUNCTION(mysqli_stmt_error);
PHP_FUNCTION(mysqli_stmt_num_rows);