From: Sascha Schumann Date: Fri, 16 Jul 1999 18:23:38 +0000 (+0000) Subject: unnecessary, breaks the build X-Git-Tag: php-4.0b1~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36cf6cf22aa07263f1e6bcfd2989ebf4daa01b2c;p=php unnecessary, breaks the build --- 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);