diff options
-rw-r--r-- | ext/pgsql/php3_pgsql.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pgsql/php3_pgsql.h b/ext/pgsql/php3_pgsql.h index 336d5ec2f5..c996969f2b 100644 --- a/ext/pgsql/php3_pgsql.h +++ b/ext/pgsql/php3_pgsql.h @@ -87,7 +87,6 @@ void php3_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); void php3_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list); void php3_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); -PHP_FUNCTION(pgsql_fetch_hash); void php3_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); |