diff options
Diffstat (limited to 'ext/pgsql/php3_pgsql.h')
-rw-r--r-- | ext/pgsql/php3_pgsql.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pgsql/php3_pgsql.h b/ext/pgsql/php3_pgsql.h index 097e168d94..765c124d10 100644 --- a/ext/pgsql/php3_pgsql.h +++ b/ext/pgsql/php3_pgsql.h @@ -117,4 +117,6 @@ extern pgsql_module php3_pgsql_module; #endif +#define phpext_pgsql_ptr pgsql_module_ptr + #endif /* _PHP3_PGSQL_H */ |