diff options
author | Sascha Schumann <sas@php.net> | 1999-07-16 18:23:38 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-16 18:23:38 +0000 |
commit | 36cf6cf22aa07263f1e6bcfd2989ebf4daa01b2c (patch) | |
tree | 24fd56cc170cfbc9bff074da7f1d44c71dcdcf2e /ext/pgsql/php3_pgsql.h | |
parent | 68b0f0b41865632749018a265706aeda46e2fe9b (diff) | |
download | php-git-36cf6cf22aa07263f1e6bcfd2989ebf4daa01b2c.tar.gz |
unnecessary, breaks the build
Diffstat (limited to 'ext/pgsql/php3_pgsql.h')
-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); |