diff options
author | Andi Gutmans <andi@php.net> | 1999-11-20 01:04:45 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-11-20 01:04:45 +0000 |
commit | 0c65c8a23c2ace4b4f0c28da85572358974664f4 (patch) | |
tree | c62d2cb354d1364601c65f76f5c5476e9f20685d /ext/pgsql/php3_pgsql.h | |
parent | 770ef718c5c29e2b334c23ab69f2c673e67d746f (diff) | |
download | php-git-0c65c8a23c2ace4b4f0c28da85572358974664f4.tar.gz |
- Should pretty much work now
Diffstat (limited to 'ext/pgsql/php3_pgsql.h')
-rw-r--r-- | ext/pgsql/php3_pgsql.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/php3_pgsql.h b/ext/pgsql/php3_pgsql.h index cf58622667..637fe44e5f 100644 --- a/ext/pgsql/php3_pgsql.h +++ b/ext/pgsql/php3_pgsql.h @@ -58,7 +58,7 @@ extern php3_module_entry pgsql_module_entry; #define PHP_PGSQL_API #endif -extern int php3_minit_pgsql(INIT_FUNC_ARGS); +extern PHP_MINIT_FUNCTION(pgsql);; extern int php3_rinit_pgsql(INIT_FUNC_ARGS); PHP_FUNCTION(pgsql_connect); PHP_FUNCTION(pgsql_pconnect); @@ -117,7 +117,7 @@ typedef struct { long num_links,num_persistent; long max_links,max_persistent; long allow_persistent; - int le_link,le_plink,le_result,le_lofp,le_string; + int le_lofp,le_string; } php_pgsql_globals; /* extern pgsql_module php3_pgsql_module; */ |