diff options
Diffstat (limited to 'ext/sybase/php3_sybase-ct.h')
-rw-r--r-- | ext/sybase/php3_sybase-ct.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/ext/sybase/php3_sybase-ct.h b/ext/sybase/php3_sybase-ct.h index c8e89a6213..f02e7cf800 100644 --- a/ext/sybase/php3_sybase-ct.h +++ b/ext/sybase/php3_sybase-ct.h @@ -49,26 +49,26 @@ extern int php3_minit_sybct(INIT_FUNC_ARGS); extern int php3_rinit_sybct(INIT_FUNC_ARGS); extern int php3_mshutdown_sybct(SHUTDOWN_FUNC_ARGS); extern int php3_rshutdown_sybct(SHUTDOWN_FUNC_ARGS); -extern void php3_info_sybct(ZEND_MODULE_INFO_FUNC_ARGS); -extern void php3_sybct_connect(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_pconnect(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_close(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_select_db(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_query(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_free_result(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_get_last_message(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_num_rows(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_num_fields(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_fetch_row(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_fetch_array(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_fetch_object(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_data_seek(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_result(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_affected_rows(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_field_seek(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_min_client_severity(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_min_server_severity(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_sybct_fetch_field(INTERNAL_FUNCTION_PARAMETERS); +void php3_info_sybct(ZEND_MODULE_INFO_FUNC_ARGS); +PHP_FUNCTION(sybct_connect); +PHP_FUNCTION(sybct_pconnect); +PHP_FUNCTION(sybct_close); +PHP_FUNCTION(sybct_select_db); +PHP_FUNCTION(sybct_query); +PHP_FUNCTION(sybct_free_result); +PHP_FUNCTION(sybct_get_last_message); +PHP_FUNCTION(sybct_num_rows); +PHP_FUNCTION(sybct_num_fields); +PHP_FUNCTION(sybct_fetch_row); +PHP_FUNCTION(sybct_fetch_array); +PHP_FUNCTION(sybct_fetch_object); +PHP_FUNCTION(sybct_data_seek); +PHP_FUNCTION(sybct_result); +PHP_FUNCTION(sybct_affected_rows); +PHP_FUNCTION(sybct_field_seek); +PHP_FUNCTION(sybct_min_client_severity); +PHP_FUNCTION(sybct_min_server_severity); +PHP_FUNCTION(sybct_fetch_field); #include <ctpublic.h> |