From bb5369fc62675786d8541641a6c63fe511a44565 Mon Sep 17 00:00:00 2001 From: Brian Bruns Date: Fri, 16 Mar 2001 01:21:32 +0000 Subject: sybase_affected_rows implementation submitted by John F. Dumas --- ext/sybase/php_sybase_db.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/sybase/php_sybase_db.h') 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); -- cgit v1.2.1