From 601a507ad68d7a4997937dba0c21a3e2f7c53e6e Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 17 Oct 2002 07:58:46 +0000 Subject: Added async message function - pg_get_notify() --- ext/pgsql/php_pgsql.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/pgsql/php_pgsql.h') diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index d035798fe5..5fef4ef781 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -97,6 +97,8 @@ PHP_FUNCTION(pg_field_size); PHP_FUNCTION(pg_field_type); PHP_FUNCTION(pg_field_prtlen); PHP_FUNCTION(pg_field_is_null); +/* async message functions */ +PHP_FUNCTION(pg_get_notify); /* error message functions */ PHP_FUNCTION(pg_result_error); PHP_FUNCTION(pg_last_error); -- cgit v1.2.1