summaryrefslogtreecommitdiff
path: root/ext/sybase/php_sybase_db.h
diff options
context:
space:
mode:
authorBrian Bruns <camber@php.net>2001-03-16 01:21:32 +0000
committerBrian Bruns <camber@php.net>2001-03-16 01:21:32 +0000
commitbb5369fc62675786d8541641a6c63fe511a44565 (patch)
tree31c15825e2ac7489245cbd8ee0ed6af813b14eed /ext/sybase/php_sybase_db.h
parent847e0d996c90a0a13e869e791db8a3e0872f1353 (diff)
downloadphp-git-bb5369fc62675786d8541641a6c63fe511a44565.tar.gz
sybase_affected_rows implementation submitted by John F. Dumas <jdumas@locutus.kingwoodcable.com>
Diffstat (limited to 'ext/sybase/php_sybase_db.h')
-rw-r--r--ext/sybase/php_sybase_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sybase/php_sybase_db.h b/ext/sybase/php_sybase_db.h
index 7088a1453a..a622e1222a 100644
--- a/ext/sybase/php_sybase_db.h
+++ b/ext/sybase/php_sybase_db.h
@@ -44,6 +44,7 @@ PHP_FUNCTION(sybase_fetch_row);
PHP_FUNCTION(sybase_fetch_array);
PHP_FUNCTION(sybase_fetch_object);
PHP_FUNCTION(sybase_data_seek);
+PHP_FUNCTION(sybase_affected_rows);
PHP_FUNCTION(sybase_result);
PHP_FUNCTION(sybase_field_seek);
PHP_FUNCTION(sybase_min_error_severity);